repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
http
/
tests
/
xsl
/
resources
/
xslt-transform-with-javascript-disabled.xsl
blob
2c28fdceafc55d546b2fcdf90297045032cfb186
1
<?xml
version
=
"1.0"
?>
2
<xsl:stylesheet
version
=
"1.0"
xmlns:
xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
3
<xsl:template
match
=
"/"
>
4
<html>
5
<xsl:apply-templates/>
6
</html>
7
</xsl:template>
8
9
<xsl:template
match
=
"para"
>
10
<p><xsl:value-of
select
=
"."
/></p>
11
</xsl:template>
12
</xsl:stylesheet>