I know this may be off topic, but I figured I'd ask anyways.

Is there a way in a Schema to get either or functionality?

i.e. have the match tag contian only text or sub-tags?

        <match>
                Matched
        </match>
        
        <match>
                <return> 0 </return>
        </match>

These two would both be valid,  but

        <match>
                Matched
                <return> 0 </return>
        </match>

would not?

Thanks for bearing with a newbie to Schemas.

Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to