source: titan/mediathek/localhoster/lib/python2.7/test/xmltestdata/test.xml @ 40094

Last change on this file since 40094 was 40094, checked in by obi, 7 years ago

tithek add yoztube-dl support

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<HTML xmlns:pp="http://www.isogen.com/paul/post-processor">
3<TITLE>Introduction to XSL</TITLE>
4<H1>Introduction to XSL</H1>
5       
6
7       
8                <HR/>
9                <H2>Overview
10</H2>
11                <UL>
12               
13        <LI>1.Intro</LI>
14
15        <LI>2.History</LI>
16
17        <LI>3.XSL Basics</LI>
18
19        <LI>Lunch</LI>
20
21        <LI>4.An XML Data Model</LI>
22
23        <LI>5.XSL Patterns</LI>
24
25        <LI>6.XSL Templates</LI>
26
27        <LI>7.XSL Formatting Model
28</LI>
29
30                </UL>
31       
32
33
34       
35
36       
37                <HR/>
38                <H2>Intro</H2>
39                <UL>
40               
41        <LI>Who am I?</LI>
42
43        <LI>Who are you?</LI>
44
45        <LI>Why are we here?
46</LI>
47
48                </UL>
49       
50
51
52       
53
54       
55                <HR/>
56                <H2>History: XML and SGML</H2>
57                <UL>
58               
59        <LI>XML is a subset of SGML.</LI>
60
61        <LI>SGML allows the separation of abstract content from formatting.</LI>
62
63        <LI>Also one of XML's primary virtues (in the doc publishing domain).
64</LI>
65
66                </UL>
67       
68
69
70       
71
72       
73                <HR/>
74                <H2>History: What are stylesheets?</H2>
75                <UL>
76               
77        <LI>Stylesheets specify the formatting of SGML/XML documents.</LI>
78
79        <LI>Stylesheets put the &quot;style&quot; back into documents.</LI>
80
81        <LI>New York Times content+NYT Stylesheet = NYT paper
82</LI>
83
84                </UL>
85       
86
87
88       
89
90       
91                <HR/>
92                <H2>History: FOSI</H2>
93                <UL>
94               
95        <LI>FOSI: &quot;Formatted Output Specification Instance&quot;
96<UL>
97        <LI>MIL-STD-28001
98        </LI>
99
100        <LI>FOSI's are SGML documents
101        </LI>
102
103        <LI>A stylesheet for another document
104        </LI>
105</UL></LI>
106
107        <LI>Obsolete but implemented...
108</LI>
109
110                </UL>
111       
112
113µ
114       
115</HTML>
Note: See TracBrowser for help on using the repository browser.