schema - how to not allow text inside a complex element except for in some of it's children2003-12-01 19:29:01hi, wondering how to declare something like the following in a schema:
<foo>
<!-- no text allowed here -->
<bar>text</bar>
<!-- no text allowed here -->
<baz>text</baz>
<!-- no text allowed here -->
</foo>
thanks
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||