[relaxng-user] Pattern.
David.Pawson at rnib.org.uk
David.Pawson at rnib.org.uk
Mon Nov 24 14:00:16 ICT 2003
<languageCode lang="en-us">
I'm trying to find a pattern for the en-us attribute.
If I pull the list of langs from iso 639 and 3166,
How can I specify a pattern using
<define name="PrimaryLang">
<choice>
<value>en</value>
<value>fr</value>
...
</choice>
</define>
ditto for country codes.
I.e. what is the contents of
<element name="languageCode">
<attribute name="lang">
????
</attribute>
Trying
<define name="LanguageCode">
<element name="languageCode">
<attribute name="lang">
<list>
<ref name="PrimaryLang"/>
<data type="string">
<param name="pattern">-</param>
</data>
<ref name="LangSubGroup"/>
</list>
</attribute>
<empty/>
</element>
</define>
Seems wrong via jing/nxml-mode
Regards DaveP.
**** snip here *****
-
DISCLAIMER:
NOTICE: The information contained in this email and any attachments is
confidential and may be privileged. If you are not the intended
recipient you should not use, disclose, distribute or copy any of the
content of it or of any attachment; you are requested to notify the
sender immediately of your receipt of the email and then to delete it
and any attachments from your system.
RNIB endeavours to ensure that emails and any attachments generated by
its staff are free from viruses or other contaminants. However, it
cannot accept any responsibility for any such which are transmitted.
We therefore recommend you scan all attachments.
Please note that the statements and views expressed in this email and
any attachments are those of the author and do not necessarily represent
those of RNIB.
RNIB Registered Charity Number: 226227
Website: http://www.rnib.org.uk
More information about the relaxng-user
mailing list