M
Magnus Heino
Hi.
Are there any patterns or other design techniques that could be used
when implementing a xml parser that needs to be able to handle
different versions of a schema?
Let's say that I write a xml parser that can parse xhtml 1.0. Now I
want it to be able to handle both xhtml 1.0 and xhtml 1.1. How should
I design my application?
Thanks,
/Magnus
Are there any patterns or other design techniques that could be used
when implementing a xml parser that needs to be able to handle
different versions of a schema?
Let's say that I write a xml parser that can parse xhtml 1.0. Now I
want it to be able to handle both xhtml 1.0 and xhtml 1.1. How should
I design my application?
Thanks,
/Magnus