IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Handling Repeating xml tags through XML Parser in Cobol


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Gurumanoj Gurusamy

New User


Joined: 11 Nov 2010
Posts: 22
Location: Mumbai

PostPosted: Sat Nov 12, 2011 4:39 pm
Reply with quote

Hi,

I am creating a program in which given xml tags value need to be the output.

In cobol using xml parser I have created the program but its only working for non repeating tags. Whenever I provide repeating xml tag as input, Its providing the first occurence value.

Kindly let me know how I can handle repeating xml tag.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Sat Nov 12, 2011 4:50 pm
Reply with quote

Not much to go on.

Can you give some examples of your input (both variants), the tags you expect, and the code you are using?
Back to top
View user's profile Send private message
Gurumanoj Gurusamy

New User


Joined: 11 Nov 2010
Posts: 22
Location: Mumbai

PostPosted: Sat Nov 12, 2011 5:00 pm
Reply with quote

My Input xml has <SystemID> and <Endorsement> in which SystemId is a non repeating tag and <Endorsement> repeats n times.

For example xml looks like,

.
.
.
<SystemID>xxxxx</SystemID>
<EndorsementDetails>
<Endorsement>zzzzzz</Endorsement>
<Endorsement>yyyyy</Endorsement>
<Endorsement>wwwww</Endorsement>
</EndorsementDetails>
.
.
.

For above case, If I provide SystemID as input to program its returning corect value xxxxx but for Endorsement space is comming in he output

Hope it helps!

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Nov 12, 2011 5:05 pm
Reply with quote

a quick and dirty google search with cobol xml repeating tags
would have given quite a few links one of which is
publib.boulder.ibm.com/infocenter/ratdevz/v8r0/index.jsp?topic=/com.ibm.etools.est.doc/topics/axmlena11.html

should be enough to proceed onYour own
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top