Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <doc xml:base="http://example.org/today/"
  3. xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <head>
  5. <title>Virtual Library</title>
  6. </head>
  7. <body>
  8. <optional xmlns="http://relaxng.org/ns/structure/1.0"
  9. datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  10. <attribute name="xml:id">
  11. <data xml:id="ID"/>
  12. </attribute>
  13.  
  14. </optional>
  15. <paragraph>See <link xlink:type="simple" xlink:href="new.xml">what's
  16. new</link>!</paragraph>
  17. <paragraph>Check out the hot picks of the day!</paragraph>
  18. <olist xml:base="/hotpicks/">
  19. <item>
  20. <link xlink:type="simple" xlink:href="pick1.xml">Hot Pick #1</link>
  21. </item>
  22. <item>
  23. <link xlink:type="simple" xlink:href="pick2.xml">Hot Pick #2</link>
  24. </item>
  25. <item>
  26. <link xlink:type="simple" xlink:href="pick3.xml">Hot Pick #3</link>
  27. </item>
  28. </olist>
  29. </body>
  30. </doc>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement