You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Anatolijs Alalins <an...@linkedwith.lv> on 2000/08/23 10:58:04 UTC

XML Schema...

Hello, All!

Xerces is supported XML schema validation. Excellent!

But I'm want to use XML schema not only for validation, 
but like a "rule" for generation result XML from any XML...
Any XML Data => XML Schema => Result XML
... or like a description of any data.
For example:
request:  XPATH -> XML Schema -> any data 
response: result XML            <----|

First variant:
... XML Schema -> XSLT stylesheet -> Result XML
Stylesheet will be content <xsl:element... etc.
Then, can manually enter require <xsl:value-of...

I think that problem with XML schema 
analyze and parse ( "hard" definition language) ...or it's not a
problem???

May be some project(s) already exists? Ideas? Links?


P.S. Though may use more easiar defination like DCD,....,but it's "old".

Thanks for any help.

With best wishes,
Anatol Alalin