Re: [PHP] XSLT and DocBook

2007-06-09 Thread Larry Garfield
Yes, I said PHP 5.2 specifically. :-) I did find this: http://us2.php.net/manual/en/function.dom-domdocument-xinclude.php So I'm figuring that XInclude is safe, assuming I give it enough RAM. (It's not a small dataset.) I'm not sure how multi-file output would work, though, given the API. EX

Re: [PHP] XSLT and DocBook

2007-06-09 Thread Richard Lynch
I believe PHP 5 support for XML is pretty darn good. If you're in PHP 4, forget it... There's like 3 different XML libraries, all with warts, and I'm pretty sure none of them support the fancy stuff you need. On Thu, June 7, 2007 1:02 am, Larry Garfield wrote: > Hi all. I have a DocBook source[1

Re: [PHP] XSLT and DocBook

2007-06-07 Thread Myron Turner
Larry Garfield wrote: Hi all. I have a DocBook source[1] that I am processing into XHTML using the DocBook XSL[2] toolchain. That is, XSLT. I'm not doing a huge amount of customization on top of the default setup, either. Right now, I'm using the standard XSLT Java toolchain; Xalan, Xerces,

[PHP] XSLT and DocBook

2007-06-06 Thread Larry Garfield
Hi all. I have a DocBook source[1] that I am processing into XHTML using the DocBook XSL[2] toolchain. That is, XSLT. I'm not doing a huge amount of customization on top of the default setup, either. Right now, I'm using the standard XSLT Java toolchain; Xalan, Xerces, XIncluder, and all of