 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
ilker Guest
|
Posted: Sat Jan 28, 2006 2:16 am Post subject: load xml file specific parts |
|
|
how do I load a xml file specific part
I want to do something like that
DOMDocument.Load ("localxmlfile.xml #/orderno/customer");
thanks
|
|
| Back to top |
|
 |
Richard Light Guest
|
Posted: Sat Jan 28, 2006 5:41 pm Post subject: Re: load xml file specific parts |
|
|
In message <43db6118 (AT) newsgroups (DOT) borland.com>, ilker <ilker (AT) ilker (DOT) com>
writes
| Quote: | how do I load a xml file specific part
I want to do something like that
DOMDocument.Load ("localxmlfile.xml #/orderno/customer");
|
Sorry, you can't. You have to load the whole thing into your DOM, then
focus on the part of interest to you. (If that's not feasible, e.g.
because the whole document is enormous, look into using a SAX-based
approach to the problem.)
Richard Light
--
Richard Light
SGML/XML and Museum Information Consultancy
[email]richard (AT) light (DOT) demon.co.uk[/email]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|