Question about Architectures and Versioning

Andrew Layman (andrewl@microsoft.com)
Thu, 11 Jun 1998 11:39:38 -0700


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