I am working on this project that is pushing phpDOM to the limit, but i seem to have run into a snag.
When generating XSLT, PHPDOM will create the parent node:<BR>
<xml:stylesheet> <BR>without fail
but it dies on:<BR>
<xsl:stylesheet> <BR>
and it will also out put stuff like:<BR>
<xml:xsl:template match="Events"><BR>
notice the xml:xsl tags...
i am using<BR> $child = $root->appendChild( new Element( "xsl:output"));<BR>for children of the parent
AND<BR> $Styledoc->create( "xml:stylesheet" ); $root = $Styledoc->getDocumentElement();<BR> to set and define my parent....
should i be using a different type instead of element?
if anyone can, help i would be most appriciative
thanks
--
blaine garrett
http://artattack.to?zombie