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
|
- Cocoon + FOP TJ Smith
- RE: Cocoon + FOP Matthias Fischer
- Re: Cocoon + FOP Sidharth
- Re: Cocoon + FOP TJ Smith
- Re: Cocoon + FOP Stephan Kassanke
- Re: Cocoon + FOP Nicola Ken Barozzi
- Re: Cocoon + FOP Anders Conrad
- Implement a Generator or a URLStreamHandler? TJ Smith
- Implement a Generator or a URLStreamHandler? Conal Tuohy
- Re: Implement a Generator or a URLStreamH... Bertrand Delacretaz
- RE: Implement a Generator or a URLStr... Vadim Gritsenko