libxsl and dom support....
Moderator: General Moderators
- Pointybeard
- Forum Commoner
- Posts: 71
- Joined: Wed Sep 03, 2003 7:23 pm
- Location: Brisbane, AUS
- Contact:
libxsl and dom support....
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.