Discussion:
Export file to XML
Debuger
2012-09-13 09:09:29 UTC
Permalink
When the Export to XML file url schema is invalid.
The file contains:
<document xmlns='http://www.scintila.org/scite.rng' filename='file.au3' type='unknown' version='1.0'>

Http://www.scintila.org/scite.rng address is incorrect, correct it returns a 404 error http://www.scintilla.org/scite.rng Where can I find an XML schema for SciTE?
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To view this discussion on the web visit https://groups.google.com/d/msg/scite-interest/-/-70NwZfaU74J.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Neil Hodgson
2012-09-14 01:12:54 UTC
Permalink
Post by Debuger
When the Export to XML file url schema is invalid.
<document xmlns='http://www.scintila.org/scite.rng' filename='file.au3' type='unknown' version='1.0'>
Http://www.scintila.org/scite.rng address is incorrect, correct it returns a 404 error http://www.scintilla.org/scite.rng Where can I find an XML schema for SciTE?
Namespace names are identifiers and are not required to point to a resource.

Neil
--
You received this message because you are subscribed to the Google Groups "scite-interest" group.
To post to this group, send email to scite-***@googlegroups.com.
To unsubscribe from this group, send email to scite-interest+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en.
Loading...