[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the advantage of RELAX in comparison to Schemas?
- From: ht@cogsci.ed.ac.uk (Henry S. Thompson)
- To: Kohsuke KAWAGUCHI <k-kawa@bigfoot.com>
- Date: Mon, 05 Mar 2001 17:18:22 +0000
Kohsuke KAWAGUCHI <k-kawa@bigfoot.com> writes:
> > W3C XML Schema doesn't support this, true. I'm not a RELAX expert,
> > but I don't it does either.
>
> RELAX can handle this in this way.
>
>
> <elementRule label="foo">
> <tag name="foo">
> <attribute name="class">
> <enumeration value="abc" />
> </attribute>
> </tag>
>
> ... content model for <foo class="abc"> ...
> </elementRule>
>
>
>
> <elementRule label="foo">
> <tag name="foo">
> <attribute name="class">
> <enumeration value="def" />
> </attribute>
> </tag>
>
> ... content model for <foo class="def"> ...
> </elementRule>
Thanks, I stand corrected.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
W3C Fellow 1999--2001, part-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/