> My problem: The parser takes in input from an external xml file but the
> output from the servlet needs to be dynamically fed into the parser
> something like this:

Err no you can feed a XML string to the parser. So capture the XML output
from the servlet into a string, clean it up if it has any headers attached
etc and then stuff it into the parser.

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969 Mob 07763 620378
PGP Key available, send email with subject: Send PGP Key





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to