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

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble with schema-regular expression



Xavier Orri wrote:
> 
> Hi,
> I want to control in myType that all the strings have a "", but " is a
> reserved tag in the xml attributs (pattern value="").

Have you tried single quotes?

<xsd:pattern value='"(.)*"'/>

Ari.