[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Regular expressions in a schema

Subject: Regular expressions in a schema
From: Chuck Paussa <cpaussa@xxxxxxxxxxxxx>
Date: Fri, 10 May 2002 16:44:21 -0700
 Regular expressions in a schema
I'm trying to write a validating pattern in my schema to allow from 1 to 4 occurrances of the pattern [+]?[\.0-9]+%[ ]?
(That's 1 - 4 real number percentages delimited by a space)


   <simpleType name = "background_position_percentage_Type">
       <restriction base = "string"><!-- percentage_Type{1,4} -->
           <pattern value = "[[+]?[\.0-9]+%[ ]?]{1,4}"/>
       </restriction>
   </simpleType>

doesn't work because I can't put [] inside of an atom. Does anyone know if there is a proper way to write this pattern?

Chuck


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.