Code Comments
Programming Forum and web based access to our favorite programming groups.I need to generate a XML using the cobol XML GENERATE having lines like <Trans tc="8">Original request</Trans> How do I declare the variable so that the attribute part (tc ="8") is also generated? Thanks in advance!
Post Follow-up to this messageOn Nov 17, 7:01 am, Archie <archi...@gmail.com> wrote: > I need to generate a XML using the cobol XML GENERATE having lines > like > <Trans tc="8">Original request</Trans> > > How do I declare the variable so that the attribute part (tc ="8") is > also generated? > Thanks in advance! Here's an article: http://www-1.ibm.com/support/docvie...s=UTF-8&lang=en I gotta say that it looks like a complete waste of time doing XML that way. I use templating and the code to do that is probably no more complicated than the sample that does just one fixed output while templating could do almost any type of output.
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.