- markup (52)
- xml (7)
- xslt (21)
- atom (8)
- overlapping markup (2)
- schema (9)
- creole (4)
- xforms (1)
- pipelines (7)
- coding (2)
- dtll (1)
- genealogy (3)
- gtd (1)
- hardware (1)
- legislation (1)
- ontologies (2)
- unicode (1)
- web (24)
- google (3)
- rdf (6)
- rest (3)
- wikis (1)
- work (1)
- xpath (1)
- xquery (1)
- xtech2008 (3)
- life (26)
- children (5)
- equality (6)
- environment (4)
- gadgets (5)
- software (3)
- xlinq (2)
- conferences (7)
- xtech (6)
- blog (7)
- drupal (3)
Re: RELAX NG for matching
Hi Jeni,
Using RELAX NG for pattern matching XML is a great idea. Have you looked at the XDuce and CDuce languages? They offer "regular expression types" for pattern matching against XML, which they claim can offer superior performance to XPath/XQuery, and as you point out can be more elegant for many querying tasks.
Here is a post I wrote last year on pattern matching vs. XPath in XSLT:
http://www.oreillynet.com/xml/blog/2007/03/pattern_matching_with_xml_1.h...
I also think that a pattern matching approach would be a perfect fit for a style sheet language.
Cheers,
Michael