Advertisement
Guest User

test-data.xml

a guest
Dec 13th, 2012
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Root xmlns="http://myschema.example.com/" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://myschema.example.com/ test-schema.xsd ">
  3.   <MyHTMLElement>
  4.     <xhtml:p>This is an XHTML paragraph!</xhtml:p>
  5.   </MyHTMLElement>
  6. </Root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement