Jonathan-- I'm not sure if I really understand what you are trying to achieve; I will give a general answer hoping that it will hit the spot.
Two of the defualt content types in LS are html and xml. If you select your content type to be xml, LiveServer validates it, either via the editing interface or import interface (when xml files get published into LS from external sources such as RedDot CMS.) There is no CDATA wrapping when when content type xml is served off LS and you can XSLTranform it anyway you want. Henry Lu On Tue, Mar 24, 2009 at 12:32 PM, Jonathan W <[email protected]>wrote: > > Hi, > > In a LiveServer page rendered using the "xchg" weblet, dynament code > is replaced by well-formed XML, and anything that isn't dynament code > is wrapped in <rde-html-section>CDATA</rde-html-section>. > > Is there a simple way I can type well-formed XML into my LiveServer > page so that it isn't wrapped as CDATA, therefore it is available for > reference by the XSL transformation? Perhaps there is some kind of > "null" dynament which outputs its body? An obscure variant of the > attribute dynament perhaps? > > e.g. I want to write > > <p>This stuff will be put into CDATA, I know, that's fine by me!</ > p> > > <lookup> > <key>aaa</key> > <value>This stuff gets passed to the XSL transformation as XML</ > value> > </lookup> > > <rde-dm:attribute ......./> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
