473,385 Members | 1,474 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

XMLDOM - Parse "specific" xml tags from repeating element

Hi

Is it possible to parse a particular element (SECTION) from a repeating set of xml element tags. See Example below:

Using XMLDOM parser. Can I achieve to get all the set of element tags under i.e. CUSTOMER_ID=201?? (see below)
<name>Johnny</name>
<address>200 Lexington Ave</>
<zip>70340</zip>
<phonenumber>800-456-0003</phonenumber>
--------------- FULL XML OBJECT PASSED FROM SOAP ---------------------

<CUSTOMER_ID="100" TYPE="ENTITY">
<name>Stanley</name>
<address>555 Highpoint Dr</>
<zip>23456</zip>
<phonenumber>201-222-0458</phonenumber>
</CUSTOMER_ID>

<CUSTOMER_ID="201" TYPE="ENTITY">
<name>Johnny</name>
<address>200 Lexington Ave</>
<zip>70340</zip>
<phonenumber>800-456-0003</phonenumber>
</CUSTOMER_ID>

<CUSTOMER_ID="305" TYPE="ENTITY">
<name>Mater</name>
<address>341 Highpoint Dr</>
<zip>80341</zip>
<phonenumber>730-533-4031</phonenumber>
</CUSTOMER_ID>



Thanks
Jan 23 '07 #1
0 1826

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: George Jewell | last post by:
Hello, I have a block of xml and need to determine if a specific element exists. (Using IE 6). I might have the following: <Results> <Personal> <Lastname>Doe</Lastname>
40
by: Greg G | last post by:
http://risky-biz.com/new/risky.html I finally got DSL service recently, but I haven't forgotten the agony of waiting for the 64th image to load before I can see ANYTHING on a page. So I will...
2
by: Got2Go | last post by:
Hello, I am trying to come up with a function that will search the source of the page for a specific string. If that string is found, then have it modify specific tags inside of a table and...
2
by: Alfonso Morra | last post by:
Hi, I want to create a container structure (array/list etc), that is expandable. Currently, I have static arrays like this SomeStruct *ptrArray ; What I want to do is to be able to use...
3
by: NG | last post by:
I installed DB2 in Linux OS. I tried to create database and I am getting the following error message: SQL0444N Routine "db2spcat" (specific name "SQL060216094049640") is implemented with code...
0
by: Eil | last post by:
Have 2 databases under the same db2 udb instance (aix 5.3.0.0, db2 udb V8.1, fixpak 9). Able to run the db2advis command successfully against one database. On the other database, always...
5
by: gtk | last post by:
Hello, i have an xml file, and what i want to do is to replace the value of a specific element (<umps>) with some text dynamically. More specifically, here is the xml life: <rule id =...
17
by: David C. Ullrich | last post by:
Having a hard time phrasing this in the form of a question... The other day I saw a thread where someone asked about overrideable properties and nobody offered the advice that properties are...
2
by: E.F | last post by:
Hi, i try to manage xml with vb.net and i have to insert this element between 2 elements: <QUATRE Attr_1="400" Attr_2="100" /> in my xml file witch is looking like that : <TEST> <Etape_1>...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.