RE: How best to incorporate xml from a string into XSP

2001-12-11 Thread Christopher Watson
Marvellous. I hoped it would be that easy! -Original Message- From: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sent: 11 December 2001 02:52 To: [EMAIL PROTECTED] Subject: Re: How best to incorporate xml from a string into XSP Someone else had this same problem recently. Use

Re: How best to incorporate xml from a string into XSP

2001-12-10 Thread David Rosenstrauch
Someone else had this same problem recently. Use util:include-expr. It will parse the text that you pass in to it, and generate SAX calls from it (as opposed to writing the text straight to the output - after escaping all the control chars - like it's doing now). 1) Include the namespace