test.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0"?>
  2. <HTML xmlns:pp="http://www.isogen.com/paul/post-processor">
  3. <TITLE>Introduction to XSL</TITLE>
  4. <H1>Introduction to XSL</H1>
  5. <HR/>
  6. <H2>Overview
  7. </H2>
  8. <UL>
  9. <LI>1.Intro</LI>
  10. <LI>2.History</LI>
  11. <LI>3.XSL Basics</LI>
  12. <LI>Lunch</LI>
  13. <LI>4.An XML Data Model</LI>
  14. <LI>5.XSL Patterns</LI>
  15. <LI>6.XSL Templates</LI>
  16. <LI>7.XSL Formatting Model
  17. </LI>
  18. </UL>
  19. <HR/>
  20. <H2>Intro</H2>
  21. <UL>
  22. <LI>Who am I?</LI>
  23. <LI>Who are you?</LI>
  24. <LI>Why are we here?
  25. </LI>
  26. </UL>
  27. <HR/>
  28. <H2>History: XML and SGML</H2>
  29. <UL>
  30. <LI>XML is a subset of SGML.</LI>
  31. <LI>SGML allows the separation of abstract content from formatting.</LI>
  32. <LI>Also one of XML's primary virtues (in the doc publishing domain).
  33. </LI>
  34. </UL>
  35. <HR/>
  36. <H2>History: What are stylesheets?</H2>
  37. <UL>
  38. <LI>Stylesheets specify the formatting of SGML/XML documents.</LI>
  39. <LI>Stylesheets put the &quot;style&quot; back into documents.</LI>
  40. <LI>New York Times content+NYT Stylesheet = NYT paper
  41. </LI>
  42. </UL>
  43. <HR/>
  44. <H2>History: FOSI</H2>
  45. <UL>
  46. <LI>FOSI: &quot;Formatted Output Specification Instance&quot;
  47. <UL>
  48. <LI>MIL-STD-28001
  49. </LI>
  50. <LI>FOSI's are SGML documents
  51. </LI>
  52. <LI>A stylesheet for another document
  53. </LI>
  54. </UL></LI>
  55. <LI>Obsolete but implemented...
  56. </LI>
  57. </UL>
  58. </HTML>