Guys,

(Appologies for cross-posting, wasn't sure which was best..)

Is it possible, using Xalan C++ (and inparticular, the Perl XML::Xalan
module) to generate things like JPEG's and PDF's...

My Oreilly XSLT book describes how to do the actuall XSLT, but, just running
a simple template with:

[snip] xmlns:jpeg="xalan://JPEGWriter" extension-element-prefixes="jpeg"
[snip]

[snip]
<xsl:when test="function-available('jpeg:buildJPEGFile')">
    Yes
</when>
<xsl:otherwise>
    No!
</xsl:otherwise>

... returns a "No"...

Kinda what I'd expected really...

Is it possible?  Do I need to install an extenstion?  Do I have to find a
JPEG/PDF standalone program and write my own extension?  Is that possible?
Am I up to it ;-) ?

Thanks,



Jimbo



Reply via email to