xsl-list
[Top] [All Lists]

schema - how to not allow text inside a complex element except for in some of it's children

2003-12-01 19:29:01
hi, 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



<Prev in Thread] Current Thread [Next in Thread>