A
andrew_nuss
Hi,
Assuming that I have a simple XML dtd, that defines a <section> tag as
follows:
a <section> consists of 1 or more (<code> OR <para> OR <list> OR
<table> elements)
How do I create a transformation for <section> and apply it such that
the transformations
of <code>, <para>, <list>, and <table> are applied as needed as each
element is
encountered in the <section>?
Andy
Assuming that I have a simple XML dtd, that defines a <section> tag as
follows:
a <section> consists of 1 or more (<code> OR <para> OR <list> OR
<table> elements)
How do I create a transformation for <section> and apply it such that
the transformations
of <code>, <para>, <list>, and <table> are applied as needed as each
element is
encountered in the <section>?
Andy