Hi,
I've done some XML/XSL stuff in other languages, and the reson for not doing it in PHP is simply because it's been a bit unstructured, still is. So my questions are:
Is the XML DOM extension stable and working? I've heard of guys using the Win32 version for a year without any problems.
Is there an alternative?
When it comes to XSL, Sablotron doesn't seem to get such high grades. One guy recommended using Xalan, and I guess I'd have to use it in system() or something.
Has anyone got any views on this, what do you recommend. I'd like to do it the right way (create XML DOM, parse it with XSLT).
Any comments appreciated!
Cheers,
/Jocke