From alejandror@technisys.com.ar Fri Sep 1 18:44:49 2000 Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 64758 invoked from network); 1 Sep 2000 18:44:49 -0000 Received: from venus.tis.com.ar (HELO mercurio.ba.technisys.com.ar) (63.69.231.252) by locus.apache.org with SMTP; 1 Sep 2000 18:44:49 -0000 Received: by mercurio.ba.technisys.com.ar with Internet Mail Service (5.5.2650.21) id ; Fri, 1 Sep 2000 15:38:48 -0300 Message-ID: <3653CEFF0149D41191560090275174AC060CC7@mercurio.ba.technisys.com.ar> From: Alejandro Raiczyk To: "'cocoon-users@xml.apache.org'" Subject: DOM Date: Fri, 1 Sep 2000 15:38:46 -0300 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C01443.DDB80384" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C01443.DDB80384 Content-Type: text/plain; charset="iso-8859-1" Hey people, how can I create a DOM from a XML file ? I mean, I need something like: Document D = CreateDOM("file.xml") Thanks! ------_=_NextPart_001_01C01443.DDB80384 Content-Type: text/html; charset="iso-8859-1" DOM

Hey people, how can I create a DOM from a XML file ?
I mean, I need something like:

        Document D = CreateDOM("file.xml")

Thanks!

------_=_NextPart_001_01C01443.DDB80384--