Project

Profile

Help

-p:on command line option: XSLT versus XQuery » strip-space-url-param1.xsl

Martin Honnen, 2023-02-08 17:23

 
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="3.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="#all"
expand-text="yes">

<xsl:output indent="no"/>

<xsl:template match="/" name="xsl:initial-template">
<xsl:sequence select="doc('https://martin-honnen.github.io/xml/2023/test2023020801.xml?strip-space=yes')"/>
</xsl:template>
</xsl:stylesheet>
(2-2/2)