I'm using Windows 2000, Tomcat 3.3, Cocoon 1.8.2
 
That said, here's the question:  I want a single xml file to be rendered in (at least) html and PDF and who knows what.  I know I can have multiple style sheets (for a given xml file) based upon Browser type (media)  Can I use something similar to add a stylesheet reference to a PDF style sheet?  That is, I have the following lines in my xml file"
 
<?xml_stylesheet href="XSL/fda3500aHTML.xsl" type="text/xsl"?>
<?xml-stylesheet href="XSL/fda3500aHTML.explorer.xsl" type="text/xsl" media="explorer"?>
<?xml-stylesheet href="XSL/fda3500aHTML.mozilla5.xsl" type="text/xsl" media="mozilla5"?>
Can I add another 'xml-stylesheet' statement to handle PDF conversion? 
 
Thanx
TJ
 

Reply via email to