On Friday 05 October 2007, Per Jessen wrote:
> Yannick Warnier wrote:
> > but you can't generate a PDF using XML and XSLT, although XSLT is, to
> > my understanding, made to enable export in various formats from the
> > same XML file.
>
> XSLT is a style language, and you could quite possibly make it produce a
> PDF.

Not quite.  You would use XSLT to generate XSL:FO output.  You would then use 
a tool like Apache FOP (or various others, free and not) to convert the 
XSL:FO document into a PDF.  

I've done this before, but it's been a while. :-)  

-- 
Larry Garfield                  AIM: LOLG42
[EMAIL PROTECTED]               ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to