Page 1 of 1

libxsl and dom support....

Posted: Fri Feb 04, 2005 11:57 pm
by Pointybeard
Hey guys. I have a dilema. Im about to finish a project and i need to decide if i will include xslt support for some dynamic content stuff. its my understanding that todo the transformations you need libxsl and either dom or domxml right? Now, this project needs to fully support php4.3 & php5. thats not a huge issue. ive sorted that part out, BUT, what is the likelyhood that a user would not have libxsl or domxml installed on their server? and, if you think this might b a problem for me, what other options do i have as far as xsl transformations go? Also, what problems am i likely to encounter trying to support both DOM and DOMXML? ie PHP4 vs PHP5. Well, Thanks for the tips.