Next in thread → Next in month →

Re: [xml-dev] Regular expression not working

From
"Víctor M. López Jaquero" <>
To
Date
2007-08-03T16:25:46Z
ID
<>
Thread
Re: [xml-dev] Regular expression not working
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""
> <>
> To: <>
> 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: 
>> subscribe: 
>> List archive: http://lists.xml.org/archives/xml-dev/
>> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>>
>>
Next in thread → Next in month →