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-general.xsl
blob
b72ea6bdc91bd1b0e1ec3c5f66e2323e43ae1639
1
<?xml
version
=
"1.0"
?>
2
<xsl:stylesheet
xmlns:
xsl
=
"http://www.w3.org/1999/XSL/Transform"
version
=
"1.0"
>
3
4
<xsl:import
href
=
"xslt-import-depth-format.xsl"
/>
5
6
<xsl:template
match
=
"/"
>
7
<xsl:apply-templates/>
8
</xsl:template>
9
10
<xsl:template
match
=
"title"
/>
11
12
</xsl:stylesheet>