- 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
Hey Jeni,
This is a happening idea. Just today (2008-03-14) Andrew Welch posted XSL-List wanting to know how he could write a conditional testing whether a given construct was schema-valid (no simple trick in current tools). Of course this is closely related to the feature you’re discussing (allowing for differences in schema languages).
If one could wire an RNG processor to an XSLT engine to do this, say by allowing an XSLT function to validate a node or sequence of nodes against a given RNG pattern, wouldn’t you have what you needed to do this fancy bit of structural inferencing, plus just check on the fly what was valid to what?
You can say better than I how close current technologies are to such a thing — but I bet they’re close.
Cheers — Wendell