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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
xsl
/
resources
/
xslt-import-depth-format.xsl
blob
b406bbd47345f01164040ee5a6c7bb519bddae07
1
<?xml
version
=
"1.0"
?>
2
<xsl:stylesheet
xmlns:
xsl
=
"http://www.w3.org/1999/XSL/Transform"
version
=
"1.0"
>
3
4
<xsl:template
match
=
"para"
>
5
<p><xsl:apply-templates/></p>
6
</xsl:template>
7
8
<xsl:template
match
=
"emph"
>
9
<i><xsl:apply-templates/></i>
10
</xsl:template>
11
12
</xsl:stylesheet>