Search found 1 match
- Mon Mar 31, 2008 5:55 pm
- Forum: PHP - Code
- Topic: Dynamic XSL
- Replies: 0
- Views: 80
Dynamic XSL
Hello there! I'm new to this place and pretty new to PHP so please don't go over my head with stuff! I'm currently generating XML in my PHP using SimpleXML and then performing an XSL transformation on that XML using a second SimpleXML object. This all works fine using the XSL document I'm loading fr...