RE: [docbook-apps] help desperately needed a.k.a. can't get any of the 3 major free xslt engines to work

From
Mauritz Jeanson <>
Date
2006-09-08T19:14:31+00:00
ID
001801c6d37b$02d290b0$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] help desperately needed a.k.a. can't get any of the 3 major free xslt engines to work
> -----Original Message-----
> From:  
> [mailto:] 
> 
> (whoops! forgot to echo it out)
> 
> I think I had the xi prefix declared on the book element above it
> (oXygen would have screamed bloody murder (silently) otherwise :-] ).


When you open
http://chris.chiasson.name/temp/transformprob/src/Engineering_Optimization.x
ml in Firefox, it looks as if it has no namespace delarations. Odd, that.


> When I tried Xerces 2.7.1, with the rest of the command line being the
> same, it crashed with the message shown on the bottom of this page:
> 
> http://google.com/notebook/public/14649681167057381121/BDUGKIg
> oQ0ZXI4tgh


OK, you need another JAR file to be added to your classpath: xml-apis.jar
(isn't this fun?). It should be in the Xerces distro.

/MJ