Jump to content

note.xml


Guest ros060

Recommended Posts

The 2 examples on "XML Parsing" page use the file called note.xml. Can anybody tell me where I can find this file on the W3Schools pages. I am sure it must be on one of the XML pages but don't know which one.Thanks in advance.ros060

Link to comment
Share on other sites

The 2 examples on "XML Parsing" page use the file called note.xml. Can anybody tell me where I can find this file on the W3Schools pages. I am sure it must be on one of the XML pages but don't know which one.Thanks in advance.ros060
It's the simple note example used throughout the tutorial: http://www.w3schools.com/xml/xml_syntax.aspHotlink: http://www.w3schools.com/dom/note.xml
Link to comment
Share on other sites

  • 2 weeks later...
It's the simple note example used throughout the tutorial: http://www.w3schools.com/xml/xml_syntax.aspHotlink: http://www.w3schools.com/dom/note.xml
Good Day,If you go to the link provided, http://www.w3schools.com/xml/xml_examples.asp and scroll down to Examples/Quiz, and click on XML Examples. On that page there's a section identified as The Microsoft XML Parser; the first item under that section has the note.xml file. If you can't get to it, here's the code: <?xml version="1.0" encoding="ISO-8859-1" ?> <!-- Edited with XML Spy v2006 (http://www.altova.com) --> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...