Re: [CFORMS] HTML in field

2006-08-08 Thread Antonio Gallardo
Hi Jason, You are right! It works as expected. For the records it works in both ways with and without the . My problem seems to be more related to call the jxtemplate generator using: PipelinesUtils.processToStream(); Sorry for the loud. Best Regards, Antonio Gallardo. Jason Johnston escr

Re: [CFORMS] HTML in field

2006-08-08 Thread Jason Johnston
> Jason Johnston escribió: >>> Hi Jason, >>> >>> I tried this second option for the old JXTemplate and I was unable to >>> see it working: Here is a non working test: >>> >>> >>> >> value="${Packages.org.apache.cocoon.xml.StringXMLizable(xhtmlContentTest)}"/> >>> >>> What I am doing wrong? >>

Re: [CFORMS] HTML in field

2006-08-08 Thread Antonio Gallardo
Jason Johnston escribió: Hi Jason, I tried this second option for the old JXTemplate and I was unable to see it working: Here is a non working test: What I am doing wrong? Hmm, looks OK to me. The only thing I can think is that maybe you're using JX without flow(script?)... I se

Re: [CFORMS] HTML in field

2006-08-08 Thread Jason Johnston
> > Hi Jason, > > I tried this second option for the old JXTemplate and I was unable to > see it working: Here is a non working test: > > > value="${Packages.org.apache.cocoon.xml.StringXMLizable(xhtmlContentTest)}"/> > > What I am doing wrong? Hmm, looks OK to me. The only thing I can thi

Re: [CFORMS] HTML in field

2006-08-08 Thread Antonio Gallardo
Jason Johnston escribió: So what you're wanting is a way to take the String contents of a form widget and have it parsed into SAX events and inserted into the SAX stream, correct? Note that it's not as simple as just disabling escaping of XML characters, because that's just a serialization conce

Re: [CFORMS] HTML in field

2006-08-03 Thread werner
Jason Johnston wrote: werner wrote: Jason Johnston wrote: So what you're wanting is a way to take the String contents of a form widget and have it parsed into SAX events and inserted into the SAX stream, correct? Note that it's not as simple as just disabling escaping of XML characters, b

Re: [CFORMS] HTML in field

2006-08-03 Thread Jason Johnston
werner wrote: Jason Johnston wrote: So what you're wanting is a way to take the String contents of a form widget and have it parsed into SAX events and inserted into the SAX stream, correct? Note that it's not as simple as just disabling escaping of XML characters, because that's just a seriali

Re: [CFORMS] HTML in field

2006-08-03 Thread werner
Jason Johnston wrote: So what you're wanting is a way to take the String contents of a form widget and have it parsed into SAX events and inserted into the SAX stream, correct? Note that it's not as simple as just disabling escaping of XML characters, because that's just a serialization con

Re: [CFORMS] HTML in field

2006-08-02 Thread Jason Johnston
So what you're wanting is a way to take the String contents of a form widget and have it parsed into SAX events and inserted into the SAX stream, correct? Note that it's not as simple as just disabling escaping of XML characters, because that's just a serialization concern, whereas you want to act

Re: [CFORMS] HTML in field

2006-08-02 Thread werner
Thanks for your answer. But I found out that the contents of the fields are already escaped before the stylesheets get applied. So the problem is somewhere else. Werner Jeroen Reijn wrote: Hi Werner, i'm not sure, but you could modify the xsl that applies the output widget and add somethi

Re: [CFORMS] HTML in field

2006-07-28 Thread Jeroen Reijn
Hi Werner, i'm not sure, but you could modify the xsl that applies the output widget and add something like: I hope this helps. Regards, Reijn werner wrote: Dear Mailinglist! I know this has been asked before, but I could not find a clean solution. How can I display HTML in a output w

[CFORMS] HTML in field

2006-07-28 Thread werner
Dear Mailinglist! I know this has been asked before, but I could not find a clean solution. How can I display HTML in a output widget and prevent escaping? i.e. should not be converted to
Thanks you Werner - To unsubs