comp.lang.ada
 help / color / mirror / Atom feed
From: Wes Groleau <wesgroleau@despammed.com>
Subject: Re: XML generator
Date: Fri, 17 May 2002 08:47:22 -0500
Date: 2002-05-17T08:47:22-05:00	[thread overview]
Message-ID: <3CE509EA.BE0D1A36@despammed.com> (raw)
In-Reply-To: ac0fq4$isb$1@nh.pace.co.uk



> O.K. but I'm not sure what you expect to find that will write out your XML

I didn't really "expect" to find it, but I thought there was a good
chance
something similar enough existed to make it more cost-effective to
modify
instead of starting over.

> --> ASIS --> DOM --> XML file
>
< [ or ]
> 
> --> ASIS --> DOM --> custom tree walk --> XML file

What we have now is 

ASIS --> little pieces of XML files.

Because the little pieces are concatenated in a "flat"
sequence, i.e., by sequential code that has not concept
of nesting, and because there is no coupling among the
routines that generate the little pieces, it is very easy
for maintenance to introduce bugs that result in
bogus stuff like

  <tag1 name="value"
     <tag2
        <tag3
     />
  </tag1>

So, it looks like I'm going to have to write it myself.
Won't be that hard, but I was just trying for the
Ben Franklin approach.

-- 
Wes Groleau
http://freepages.rootsweb.com/~wgroleau



  parent reply	other threads:[~2002-05-17 13:47 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-13 21:23 XML generator Wes Groleau
2002-05-13 21:51 ` Ingo Marks
2002-05-13 22:00   ` Wes Groleau
2002-05-14 16:57     ` Wes Groleau
2002-05-15  2:59       ` Steve Doiel
2002-05-15 16:05         ` Wes Groleau
2002-05-15 16:44           ` Pascal Obry
2002-05-15 16:59             ` Marin David Condic
2002-05-15 22:20             ` Wes Groleau
2002-05-16 13:50               ` news.realtime.net
2002-05-16 14:30               ` Marin David Condic
2002-05-17  1:15                 ` Aidan Skinner
2002-05-17 13:40                   ` Marin David Condic
2002-05-18  2:32                     ` Aidan Skinner
2002-05-20 14:38                       ` Marin David Condic
2002-05-20 16:20                       ` Stephen Leake
2002-05-20 17:11                       ` Wes Groleau
2002-05-20 18:13                         ` Marin David Condic
2002-05-21 14:59                           ` Pascal Obry
2002-05-21 17:43                             ` Marin David Condic
2002-05-17 13:47                 ` Wes Groleau [this message]
2002-05-22  9:43                   ` Georg Bauhaus
2002-05-22 17:31                     ` Wes Groleau
2002-05-16  1:55           ` Steve Doiel
2002-05-16  9:49             ` Emmanuel Briot
2002-05-16 17:09             ` Wes Groleau
2002-05-19  2:54       ` David Botton
2002-05-19 20:26         ` achrist
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox