libxsl and dom support....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply

Does your server have XSL & DOM support?

Yes
1
100%
No
0
No votes
 
Total votes: 1

User avatar
Pointybeard
Forum Commoner
Posts: 71
Joined: Wed Sep 03, 2003 7:23 pm
Location: Brisbane, AUS
Contact:

libxsl and dom support....

Post 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.
Post Reply