UNPKG
trireme-xslt
Version:
latest (1.0.0)
1.0.0
An XSLT module optimized for the Trireme project
github.com/apigee/trireme-xslt
apigee/trireme-xslt
trireme-xslt
/
test
/
fixtures
/
value-of-result.xml
14 lines
(13 loc)
•
198 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
html
>
<
body
>
<
h2
>
My CD Collection
</
h2
>
<
table
border
=
"1"
>
<
tr
bgcolor
=
"#9acd32"
>
<
th
>
Title
</
th
>
<
th
>
Artist
</
th
>
</
tr
>
<
tr
>
<
td
>
Empire Burlesque
</
td
>
<
td
>
Bob Dylan
</
td
>
</
tr
>
</
table
>
</
body
>
</
html
>