[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
Regular expression not working
- From: "Víctor M. López Jaquero"<victor@...>
- To: xml-dev@...
- Date: Fri, 03 Aug 2007 13:43:58 +0200
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.
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|