Re: Inserting XML Strings

2002-11-26 Thread Ludovic de Beaurepaire
al Message - From: "Anna Afonchenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 9:29 AM Subject: Re: Inserting XML Strings > Hi Ludovic. > You were right. The file wasn't valid XML file. > Can you please tell me where I can find

Re: Inserting XML Strings

2002-11-26 Thread Anna Afonchenko
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 3:33 PM Subject: Re: Inserting XML Strings Hi Anna, Sorry if it does not help you. > Since xsp generates xml, there is no > problem of passing HTML further in the pipeline. In xsp I just read the > content of the HTML

Re: Inserting XML Strings

2002-11-25 Thread Ludovic de Beaurepaire
day, November 25, 2002 4:29 PM Subject: Re: Inserting XML Strings > Ludovic de Beaurepaire said: > > Hi Daniel, > > > > Try this to insert XML strings : > > > > > > yourXmlString > > > > > > Hello Ludovic, > > Thank you very much fo

Re: Inserting XML Strings

2002-11-25 Thread Daniel G. Pamintuan II
Ludovic de Beaurepaire said: > Hi Daniel, > > Try this to insert XML strings : > > > yourXmlString > > Hello Ludovic, Thank you very much for your help! Now I know that the code generated from XSP depends on how you position the XSP tags (and the way XML is parsed). Originally I wrote...

Re: Inserting XML Strings

2002-11-25 Thread Ludovic de Beaurepaire
Hi Anna, Sorry if it does not help you. > Since xsp generates xml, there is no > problem of passing HTML further in the pipeline. In xsp I just read the > content of the HTML file. Are you sure ? Someone confirms it ? > If I just put the string that is > returned by u.getFileContents() function

Re: Inserting XML Strings

2002-11-25 Thread Anna Afonchenko
f the whole thing doesn't work. If somebody has any idea, please tell me. Thank you all very much for your concern. Anna - Original Message - From: "Ludovic de Beaurepaire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 12:04 PM Subject:

Re: Inserting XML Strings

2002-11-25 Thread Ludovic de Beaurepaire
--- Original Message - From: "Anna Afonchenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 10:12 AM Subject: Re: Inserting XML Strings > Hi. Sorry that I enter your discussion, but I have almost the same problem. > I am trying to read fr

Re: Inserting XML Strings

2002-11-25 Thread Anna Afonchenko
ody knows what am I doing wrong? Thank you in advance. Anna - Original Message - From: "Ludovic de Beaurepaire" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 11:01 AM Subject: Re: Inserting XML Strings Hi Daniel, Try this to ins

Re: Inserting XML Strings

2002-11-25 Thread Ludovic de Beaurepaire
Hi Daniel, Try this to insert XML strings : yourXmlString Ludovic - Original Message - From: "Daniel G. Pamintuan II" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 24, 2002 12:51 PM Subject: Inserting XML Strings > Hello Experts, >

Inserting XML Strings

2002-11-24 Thread Daniel G. Pamintuan II
Hello Experts, How do I insert XML/HTTP strings into the event pipeline from XSP. I'm using Cocoon 2.0.3. I tried using the as described in the November 2002 archives but it didn't work. All the tags (e.g. Bold) results into Bold I'm not pulling data from SQL so get-XML can't do. Data come