OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: AW: [xliff] Update value list


At Tue, 22 Oct 2002 14:27:08 +0200,
Lieske, Christian <christian.lieske@sap.com> wrote:
> 
> From my understanding the following pattern would be
> Better since our numbers may be composed of more than
> one digit:
> 
> <xsd:pattern value="(\d|#)+;(\d|#)+;(\d|#)+;(\d|#)+"/>

You are right. We need quantifiers. To be more accurate to the spec,
probably the following pattern will do.

<xsd:pattern value="(-?\d+|#);(-?\d+|#);(-?\d+|#);(-?\d+|#)"/>

An optional minus symbol followed by one or more digits or a pound sign.

-------------------
Shigemichi Yazawa
yazawa@globalsight.com


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC