[PHP] xslt_process() error

2005-05-04 Thread Phil Ewington - 43 Plc
Hi Guys, I am trying to replicate a ColdFusion custom tag I wrote for transforming an XML doc with XSLT and having major problems. When I use xslt_process() I get the following error: Warning: Sablotron error on line 1: XML parser error 4: not well-formed (invalid token) in The XML & XSL files a

Re: [PHP] xslt_process

2004-05-15 Thread raditha dissanayake
eoghan wrote: hi, im using the xslt_process() function, but want to use a php file with generated xml content as the xml file i feed the function but it seems to complain that its a php file *Warning*: Sablotron error on line 22: XML parser error 4: not well-formed (invalid token) when i use

Re: [PHP] xslt_process

2004-05-15 Thread Ray Hunter
On Sat, 2004-05-15 at 10:20, eoghan wrote: > hi, > im using the xslt_process() function, but want to use a php file with > generated xml content as the xml file i feed the > function but it seems to complain that its a php file > *Warning*: Sablotron error on line 22: XML parser error 4: not

[PHP] xslt_process

2004-05-15 Thread eoghan
hi, im using the xslt_process() function, but want to use a php file with generated xml content as the xml file i feed the function but it seems to complain that its a php file *Warning*: Sablotron error on line 22: XML parser error 4: not well-formed (invalid token) when i use a test xml doc

[PHP] xslt_process problem

2003-02-14 Thread Chris
I am trying to figure out the whole XML/XSL thing and am experimenting with the Gentoo docs which have a simple XSL sheet. I downloaded the XML, XSL and DTD, and ran the files through the Sablotron module in php using: $xp = xslt_create(); xslt_set_base($xp, 'file://c:/shared/mywebs/beta/test

[PHP] xslt_process

2002-07-22 Thread ctan
Hi all, I'm trying to use xslt_process() to transform a variable containing XML data with an xsl file into a result using PHP. Incidentally the XML is from an external source, i.e. a database. However despite following the examples in www.php.net I am unable to do so. The code works out to someth