It's for a client. They have 3 xml files, each with a different namespace.
And they want all of them to be used while processing a file that
substitutes in xml in places.

I already have it working for a single xml file using dom4j. So if I can
just somehow "add" that additional xml files to the same dom4j Document,
then I can process the file substituting from multiple xml files.

The alternative is to process one at a time. But I think in that case I am
left having to do the namespace checking.

thanks - dave


----- Original Message ----- 
From: "David D. Lucas" <[EMAIL PROTECTED]>
To: "David Thielen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, September 21, 2003 7:16 PM
Subject: Re: [dom4j-user] Multiple XML files


> Perhaps if you could describe the problem and how you arrived at your
> current approach we might be able to help.  There is no support to my
> knowledge of XLink-ing.
>
> You might be able to pre-process the file and wrap the three files in
> one root element.  Or parse each seperately and grab their root
> elements.  Then detach those roots from the documents, add them to a
> wrapper element that had a document that included all possible
> namesapces that might occur in the three documents.
>
> This is off the top of my head, I am sure there are lots of ways to
> approach this, but I still wonder how you got to this approach.
>
> Let us know more...
>
> Dave
>
>
> David Thielen wrote:
> > Hi;
> >
> > Is there a way to set up dom4j where I can give it multiple xml files
> > and treat it as a single document? (So dom4j does the work of handling
> > namespaces, etc.)
> >
> > And if the answer is no, any suggestions for a good way to handle a case
> > where I need to perform xpath on 3 xml files at once aside from parsing
> > it for the namespaces myself?
> >
> > thanks - dave
>
>
> -- 
>
> +------------------------------------------------------------+
> | David Lucas                        mailto:[EMAIL PROTECTED]  |
> | Lucas Software Engineering, Inc.   (740) 964-6248 Voice    |
> | Unix,Java,C++,CORBA,XML,EJB        (614) 668-4020 Mobile   |
> | Middleware,Frameworks              (888) 866-4728 Fax/Msg  |
> +------------------------------------------------------------+
> | GPS Location:  40.0150 deg Lat,  -82.6378 deg Long         |
> | IMHC: "Jesus Christ is the way, the truth, and the life."  |
> | IMHC: "I know where I am; I know where I'm going."    <><  |
> +------------------------------------------------------------+
>
> Notes: PGP Key Block=http://www.lse.com/~ddlucas/pgpblock.txt
> IMHO="in my humble opinion" IMHC="in my humble conviction"
> All trademarks above are those of their respective owners.
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> dom4j-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dom4j-user
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to