|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: xsl:element will not create an output element, in
Sweet! It works!
I changed my PHP from ... $outputXML = xmlify(trim($xslProc->transformToDoc($xmlDoc->textContent))) ... to ... $outputXML = $xslProc->transformToXML($xmlDoc)) ... Now everything is output as expected =D It looks like a few of the things you guys mentioned were producing the problem, since originally the plain XML file linked to XSL wouldn't even work. Thanks so much for all your help, David and Abel, I really appreciate it =) *scampers off like happy bunny* - Dave David Carlisle wrote: Why is the namespace not correct?because it's got the wrong characters in it. the xhtml namespace is http://www.w3.org/1999/xhtml and you declared (but didn't use) http://www.w3.org/1999/XHTML which is a different namespace.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







