[Home] [By Thread] [By Date] [Recent Entries]
> Document
>myMLBindingsDoc=bindingsBindings.build(myMLBindingsInputSource);
> Element root=myMLBindingsDoc.getDocumentElement();
> DomBuilder myMLBuilder=(DomBuilder)root;
> Document applicationDoc=myMLBuilder.build(applicationInputSource);
Correction:
Document
myMLBindingsDoc=domBuilderBuilder.build(myMLBindingsInputSource);
Element root=myMLBindingsDoc.getDocumentElement();
DomBuilder myMLBuilder=(DomBuilder)root;
Document applicationDoc=myMLBuilder.build(applicationInputSource);
(I should have said domBuilderBuilder instead of bindingsBindings.)
Bill
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)
|

Cart



