[JDEV] Silly Question?

Jeremie jeremie at jabber.org
Mon Jul 12 16:25:33 CDT 1999


>     Now, one final thing then..  Can we make it rip of the <config> tags
> WITHIN the CDATA segment?  It really shouldn't be passing it, as it
> would be redundant to include it WITHIN the CDATA, 'spec when we have
> the formating as descibed above.. 

Ahhh... another catch, if you want to pass that chunk of string data to an
XML parser, it has to be wrapped by a root tag to be well-formed XML, so
some sort of <wrapper></wrapper> has to be around it.

It sure looks redundant, but it all makes sense ;-)

Jer




More information about the JDev mailing list