[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Regular expression not working
- From: "Víctor M. López Jaquero"<victor@dsi.uclm.es>
- To: xml-dev@lists.xml.org
- Date: Fri, 03 Aug 2007 18:25:46 +0200
Thanks Peter and David. It's working now.
Pete Cordell escribió:
> Hi Victor,
>
> I think if you remove the initial ^ in the pattern all will be well.
>
> (I imagine this is a typo from developing the pattern in some other
> tool, but just in case you're not aware, schema based patterns
> implicitly anchor the patterns to the beginning and ends of the string
> being matched.)
>
> HTH,
>
> Pete.
> --
> =============================================
> Pete Cordell
> Codalogic
> for XML Schema to C++ data binding visit
> http://www.codalogic.com/lmx/
> =============================================
>
> ----- Original Message ----- From: ""Víctor M. López Jaquero""
> <victor@dsi.uclm.es>
> To: <xml-dev@lists.xml.org>
> Sent: Friday, August 03, 2007 12:43 PM
> Subject: [xml-dev] Regular expression not working
>
>
>> Hi,
>> I wonder if anyone knows why the regular expression in the line below
>>
>> <xs:simpleType name="hrefURI">
>> <xs:restriction base="xs:string">
>> <xs:pattern
>> value="^/uiModel/resourceModel/cioRef\[@cioId='.+'\]/resource/@(content|tooltip|hyperLinkTarget|filter|mnemonic|alternateContent|keyboardShortcut|statusBarContent|icon)"/>
>>
>> </xs:restriction>
>> </xs:simpleType>
>>
>> does not much this fragment
>>
>> content="/uiModel/resourceModel/cioRef[@cioId='output_text_component_2']/resource/@content"
>>
>>
>> Thanks in advance,
>>
>> V.
>>
>>
>> _______________________________________________________________________
>>
>> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
>> to support XML implementation and development. To minimize
>> spam in the archives, you must subscribe before posting.
>>
>> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
>> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
>> subscribe: xml-dev-subscribe@lists.xml.org
>> List archive: http://lists.xml.org/archives/xml-dev/
>> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>>
>>
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]