On Sunday 02 February 2003 09:18 am, J�rg Walter wrote: I believe you can create CDATA sections. The alternative way to do stuff like this is to put it off until the XSLT phase of processing. Just create some little XML syntax that tells XSLT what you want to do, a tag or something. It took a good bit of head banging but in my message board I eventually got it to the point where people could put ANYTHING in a mesage body and we can do something intelligent with it.
> On Sunday, 02. February 2003 15:01, Alex Sergeyev wrote: > > But I can't write &myentity; by this way :( > > That's true. You simply can't, since text nodes are real plain text only. > That's the way the DOM works, but you can see if > XML::LibXML::(Element|Node|...) contain some other method of adding > entities, I don't know if they do. -- Tod Harter Giant Electronic Brain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
