[relaxng-user] (no subject)
Steve Drach
drach at eng.sun.com
Fri Jan 9 12:58:09 ICT 2004
> try tokens instead of string.
Not quite sure what you mean. Are you suggesting this:
<define name="hide">
<value>hide</value>
</define>
<define name="show">
<value>show</value>
</define>
<choice>
hide
show
</choice>
instead of this:
<choice>
<value>hide</value>
<value>show</value>
</choice>
> alternative is the brute force approach,
Hopefully I can avoid this.
More information about the relaxng-user
mailing list