Re: [PHP] Parsing multiple XML documents as strings. Inbox

2004-12-06 Thread Christian Stocker
On Mon, 6 Dec 2004 23:10:15 +0100, Goformusic Support <[EMAIL PROTECTED]> wrote: > Hi, > > We worked with Sablotron before but switched over to the libxslt > library on PHP5 to perform XSL transformations. We used the wrapper > code found on http://be.php.net/xsl so that our old xslt_ functions >

[PHP] Parsing multiple XML documents as strings. Inbox

2004-12-06 Thread Goformusic Support
Hi, We worked with Sablotron before but switched over to the libxslt library on PHP5 to perform XSL transformations. We used the wrapper code found on http://be.php.net/xsl so that our old xslt_ functions continued to work. Now, with Sablotron we used to parse multiple XML documents as strings an

[PHP] parsing multiple xml documents

2001-02-24 Thread Daniel Convissor
Hi Folks: I just wrote a basic XML parser using the parse_xml() function set. Does what I want on the first document. But, if I try to run a second document through, it chokes saying "junk after document element." All of the files are valid and parse okay if I just send one file through. Also