users@jaxb.java.net

CDATA sections creation

From: Hanasaki JiJi <hanasaki_at_hanaden.com>
Date: Wed, 26 Feb 2003 19:35:03 -0600

I have a document that will store parsable sections of a completely
renderable document. The sections will contain stardard html tags and
also some custom tags (some are <tag> </tag>) (some are ${mytag})

I think the only way to store these is in CDATA sections delimited by:
        <mysection>
        </mysection>
        <mysection>
        </mysection>
        ...

What needs to be in the XSD Schema to support CDATA sections?

Thanks
--
=================================================================
= Management is doing things right; leadership is doing the     =
=       right things.    - Peter Drucker                        =
=_______________________________________________________________=
=     http://www.sun.com/service/sunps/jdc/javacenter.pdf       =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=================================================================