[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble with schema-regular expression
- From: "K. Ari Krupnikov" <ari@cogsci.ed.ac.uk>
- To: orri@octalis.com
- Date: Thu, 07 Jun 2001 19:15:18 +0100
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.