I can make XML document such as <root> <![CDATA[ LaTex document there ]]> </root> and I want to convert it to PDF. How?
Sure you can. But that defeats the whole purpose of using XML in the first place. :-)
AS> what would definitly be useful is a tex generator, that generatex XML
AS> out of tex
Cocoon only processes XML in the pipeline. So to accomplish what you're describing, Alexander's solution would be more appropriate: Make a TeX generator, transform your XML how you want to, and serialize it to PDF.
TeX => XML ... XML => PDF.
If you want to skip the XML process, then Cocoon is not the appropriate tool (see pdflatex and friends for that).
Andre.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]