Sign in
apache
/
commons-xml
/
refs/heads/main
/
.
/
src
/
test
/
resources
/
leaked
/
with-include.xsl
blob: a656025ca6948c72aed277e428fca42ea62a85c2 [
file
]
<?
xml version
=
"1.0"
encoding
=
"UTF-8"
?>
<xsl:stylesheet
version
=
"1.0"
xmlns:xsl
=
"http://www.w3.org/1999/XSL/Transform"
>
<xsl:include
href
=
"included.xsl"
/>
</xsl:stylesheet>