Re: apparently running into bug 4476 with Saxon 9.9.1.7
Wolfhart Totschnig <[email protected]>
| Newsgroups | gmane.text.xml.saxon.help |
|---|---|
| Message-ID | <[email protected]> |
Thank you, Michael, for the fast reply!
> I would suggest doing
>
> configuration.registerFileExtension("fods", "application/xml");
I am sorry for my ignorance, but where do I need to put this code?
Somewhere in the stylesheet? Or in the command with which I call Saxon?
That command currently looks like this:
java -cp "/home/wolfhart/Programs/Saxon/saxon9he.jar"
net.sf.saxon.Transform -s:new_zettel.xsl -xsl:new_zettel.xsl
Wolfhart