Search found 3 matches

by scotty
Wed Mar 15, 2006 10:56 pm
Forum: XSLT and FOP
Topic: Using Saxon extensions in oXygen?
Replies: 3
Views: 4808

extension still requires changing default encoding

Hi George,

this seems to work only if I change the encoding of my source file to iso-8859-1 from UTF-8

Do you know of any solution to transform my UTF-8 XML to the proper windows-1252 HTMLHelp format?

Best regards,

--Scotty
by scotty
Wed Mar 15, 2006 10:52 pm
Forum: Feature Request
Topic: Pipeline XSL transformations
Replies: 3
Views: 7466

Pipeline XSL transformations

Would like the ability to create a pipeline of transformations. This is especially applicable for the DocBook Word2DocBook stylesheets (currenlty avail. in snapshot, not official release), where there are 4 different stylesheets that have to be run in order. I can think of several other situations w...
by scotty
Wed Mar 15, 2006 2:49 am
Forum: XSLT and FOP
Topic: Using Saxon extensions in oXygen?
Replies: 3
Views: 4808

Using Saxon extensions in oXygen?

I need to pass the following parameter to Saxon: -Dencoding.windows-1252=com.nwalsh.saxon.Windows1252 From the command line, I would use: java -Dencoding.windows-1252=com.nwalsh.saxon.Windows1252 \ com.icl.saxon.StyleSheet \ myhelpfile.xml \ docbook-xsl/htmlhelp/htmlhelp.xsl \ htmlhelp.encoding=wind...