Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| Newsgroups | comp.text.xml |
|---|---|
| Date | 2014-12-08 11:18 -0800 |
| Message-ID | <6ce8a9e8-b3b9-4b71-b92f-cb6d99d084bc@googlegroups.com> (permalink) |
| Subject | how to attach xsd to xml and work in browser without changing whole xml file? |
| From | jmichae3@yahoo.com |
<?xml version="1.0" encoding="UTF-8"?>
<menu7:sitemenus
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xsi:noNamespaceSchemaLocation="http://Jesusnjim.com/menu7-11-17-2014.xsd"
xmlns:menu7="http://Jesusnjim.com/menu7-11-17-2014">
<!-- http://msdn.microsoft.com/en-us/library/ms757863%28v=vs.85%29.aspx -->
<!-- menu7:sitemenus xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="http://JesusnJim.com/menu7-11-17-2014.xsd" -->
<visitor priority="0.9" href="/index.php" title="Home" xsi:noNamespaceSchemaLocation="http://Jesusnjim.com/menu7-11-17-2014.xsd" id="visitor">
<visitor priority="0.9" href="/wordpress_blog/index.php" title=""/>
<visitor priority="0.9" href="" title=""/>
<visitor priority="0.8" href="" title="">
...
</visitor>
</menu7:sitemenus>
only once in a while I have had seeming success, but then I have needed to attach an xsd, or didn't pass validation, or whatever.
am using http://www.validome.org/grammar/validate/
to validate, if that's appropriate, since I can't afford a $450-$1000 XML debugger.
I have not been able to find a decent, working example in a book or on the internet that works in a browser. I have tried some books to no avail.
Back to comp.text.xml | Previous | Next — Next in thread | Find similar
how to attach xsd to xml and work in browser without changing whole xml file? jmichae3@yahoo.com - 2014-12-08 11:18 -0800 Re: how to attach xsd to xml and work in browser without changing whole xml file? jmichae3@yahoo.com - 2014-12-08 17:01 -0800 Re: how to attach xsd to xml and work in browser without changing whole xml file? jmichae3@yahoo.com - 2014-12-08 17:22 -0800
csiph-web