XSLT and DOM question
OK I have what I hope will be a simple question...
I am doing a lot of XML these days and I can’t seem to find something simple. How can I add a node to a DOM tree for a XSLT transform. I can figure out how to do the XSTL on the server, but I want to do it on the client.
This is using the DOM support in PHP 5.
Thanks.
update Never mind I figured it out.
I am doing a lot of XML these days and I can’t seem to find something simple. How can I add a node to a DOM tree for a XSLT transform. I can figure out how to do the XSTL on the server, but I want to do it on the client.
This is using the DOM support in PHP 5.
Thanks.
update Never mind I figured it out.
