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
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
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
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
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
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
6 matches
Mail list logo