Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xsl / resources / xslt-transform-with-javascript-disabled.xsl
blob2c28fdceafc55d546b2fcdf90297045032cfb186
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>
9 <xsl:template match="para">
10 <p><xsl:value-of select="."/></p>
11 </xsl:template>
12 </xsl:stylesheet>