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

Subject: [xsl] schema - how to not allow text inside a complex element except for in some of it's children
From: "Ray Tayek" <rtayek@xxxxxxxxxxxxxxx>
Date: Mon, 1 Dec 2003 18:29:01 -0800
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


Current Thread