mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-14 05:09:26 +03:00
- configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple: added the XSLTMark in the regression tests as well as multiple output test from Ankh - libxslt/functions.c libxslt/keys.c libxslt/transform.c libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack patches and fixed a memory leak - tests/docbook/result/html/*.html : updated the results after William's patch - tests/xmlspec/REC-xml-20001006-review.html tests/xmlspec/REC-xml-20001006.html: libxml now don't invent an HTML doctype when serializing HTML result, but adds the encoding in ALT Daniel
119 lines
2.4 KiB
Plaintext
119 lines
2.4 KiB
Plaintext
<salesdata att1="foo" att2="bar">
|
|
<year att1="foo" att2="bar">
|
|
<year att1="foo" att2="bar">
|
|
1997
|
|
</year>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
west
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
32
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
central
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
11
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
east
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
19
|
|
</sales>
|
|
</region>
|
|
</year>
|
|
<year att1="foo" att2="bar">
|
|
<year att1="foo" att2="bar">
|
|
1998
|
|
</year>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
west
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
35
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
central
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
12
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
east
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
25
|
|
</sales>
|
|
</region>
|
|
</year>
|
|
<year att1="foo" att2="bar">
|
|
<year att1="foo" att2="bar">
|
|
1999
|
|
</year>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
west
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
36
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
central
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
12
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
east
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
31
|
|
</sales>
|
|
</region>
|
|
</year>
|
|
<year att1="foo" att2="bar">
|
|
<year att1="foo" att2="bar">
|
|
2000
|
|
</year>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
west
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
37
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
central
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
11
|
|
</sales>
|
|
</region>
|
|
<region att3="baz" att4="quux">
|
|
<name att1="foo" att2="bar" att3="baz" att4="quux">
|
|
east
|
|
</name>
|
|
<sales att1="foo" att2="bar" att3="baz" att4="quux">
|
|
40
|
|
</sales>
|
|
</region>
|
|
</year>
|
|
</salesdata>
|