[XML-DEV Mailing List Archive Home]
[By Thread]
[By Date]
[Recent Entries]
[Reply To This Message]
RE: RELAX NG equivalent of <xsd:any processContents="lax">?
- From: "Jeff Lowery" <jlowery@m...>
- To: "Radu Cernuta" <radu.cernuta@g...>,<noah_mendelsohn@u...>
- Date: Tue, 6 Feb 2007 14:26:52 -0800
<?xml version="1.0"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<start>
<ref name="rootElement"></ref>
</start>
<define name="rootElement">
<element>
<anyName>
<except>
<nsName ns="http://interestingElements.com"></nsName>
</except>
</anyName>
<ref
name="children"></ref>
</element>
</define>
…
Aside from this example, how would this approach
work for interesting elements that are in the same namespace as the base
schema?
|
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
|
PURCHASE STYLUS STUDIO ONLINE TODAY!
Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!
Download The World's Best XML IDE!
Accelerate XML development with our award-winning XML IDE - Download a free trial today!
Subscribe in XML format
RSS 2.0 |
 |
Atom 0.3 |
 |
|
Stylus Studio has published XML-DEV in RSS and ATOM formats,
enabling users to easily subcribe to the list from their preferred news reader application.
|
Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website.
they were not included by the author in the initial post. To view the content without the Sponsor Links please
click here.
|
|