P
Peter Reimer
Hi folks,
I've got a problem and I thought I better ask before I start writing a
solution for this.
Perhaps, somebody else did the same or can point me to something.
I have a DTD, for example:
<!ELEMENT A (B*)>
<!ELEMENT B (C)>
<!ELEMENT C (#PCDATA)>
and a part of an xml document:
<B></B>
and I want to get:
<A><B><C>...</C></B></A>
So, in words: When I have a part of an xml document, all elements
needed for the dtd are generated around and in the partial document.
Does somebody have a tip for me?
Thanks in advance
Peter
I've got a problem and I thought I better ask before I start writing a
solution for this.
Perhaps, somebody else did the same or can point me to something.
I have a DTD, for example:
<!ELEMENT A (B*)>
<!ELEMENT B (C)>
<!ELEMENT C (#PCDATA)>
and a part of an xml document:
<B></B>
and I want to get:
<A><B><C>...</C></B></A>
So, in words: When I have a part of an xml document, all elements
needed for the dtd are generated around and in the partial document.
Does somebody have a tip for me?
Thanks in advance
Peter