Sign in
eclipse
/
sourceediting
/
webtools.sourceediting
/
fe6d03fa6ca31c9e5ebeba67b32f14d14335657d
/
.
/
xsl
/
tests
/
org.eclipse.wst.xsl.core.tests
/
projectfiles
/
circularref.xsl
blob: af5305f1e24eba2defd3159d0e7e5f7ab7b07f0d [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<xsl:stylesheet
version
=
"1.0"
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:include
href
=
"ref1.xsl"
/>
<xsl:template
match
=
"/"
>
<!-- TODO: Auto-generated template -->
</xsl:template>
</xsl:stylesheet>