Question about Architectures and Versioning

Andrew Layman andrewl at microsoft.com
Thu Jun 11 20:41:08 BST 1998


How does one go about using Architectures to solve the following problem.
 
Suppose in version one of my documents, I have instances that look like
 
<Book>Gone With the Wind</Book>
 
In version 2, I have instances that look like
 
<Book>
    <title>Gone With the Wind</title>
    <author>
        <person>
            <firstname>Margaret</firstname>
            <lastname>Mitchell</lastname>
        </person>
    </author>
</Book>
 
How do I write my architectures so that the v2 instance is mapped to the v1
architecture?
 
Thanks,
 
Andrew Layman

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list