Re: [xsl] Simple style sheet erroring on Dita fle

Subject: Re: [xsl] Simple style sheet erroring on Dita fle
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 28 Sep 2022 22:16:04 -0000
On 9/28/2022 10:13 PM, russurquhart1@xxxxxxxxxxx
russurquhart1@xxxxxxxxxxx wrote:
>
> When i try this on a DITA xml file I get:
>
> russurquhart_boomi ~/Downloads/SaxonHE11-4JB $ java -jar
> saxon-he-11.4.jar -t -s:Cloud_Object.xml -xsl:rem_para.xsl
> -o:Cloud_Object_Out.xml
>
> SaxonJ-HE 11.4 from Saxonica
>
> Java version 18.0.2.1
>
> Stylesheet compilation time: 173.737833ms
>
> Processing
> file:/Users/russurquhart_boomi/Downloads/SaxonHE11-4J/Cloud_Object.xml
>
> Using parser
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
>
> Building tree for
> file:/Users/russurquhart_boomi/Downloads/SaxonHE11-4J/Cloud_Object.xml
> using class net.sf.saxon.tree.tiny.TinyBuilder
>
> I/O error reported by XML parser processing
> file:/Users/russurquhart_boomi/Downloads/SaxonHE11-4J/Cloud_Object.xml
>
>
> The DITA file is kind of long but I can attach it if needed. I was
> hoping someone could provide some insight on this?
>

Is that the whole error output?

Can you process that file fine with other tools like an editor or
xsltproc (it is an XSLT 1 stylesheet anyway) you might have on your
machine?

Current Thread