dump_mem(); NOT XML STRING??

D

dev

Hey all,

I do this:
$XML=$this->m_obj->dump_mem( true, 'iso-8859-1' );

SO THIS MEANS I HAVE A XML STRING?
if i print it then i get the xml structure!
But printed direclty in a browser i see nothing and only the sourcecode is a
xml but no parsing from clientside,

The real problem is when i do want to combine a xsl and sml file:
$arguments=array("/_xml" => $XML, "/_xsl" => $xslFileData);
$XSLobj=xslt_create();
$result=xslt_process($XSLobj,""arg:/_xml", arg:/_xsl", null, $arguments);

It parse the xsl file but IT NEVER READS FROM THE XML? it doesnt exist?

but when i save the $XML local to a file or i put it in a string it works..?

So why doesnt $this->m_obj->dump_mem( true, 'iso-8859-1' ) delivers a string
valid for this use??

GReetz,

M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top