RE: [xml-dev] Create XML

From
Rick Marshall <>
To
Date
2003-06-20T01:49:42Z
ID
<>
Thread
RE: [xml-dev] Create XML
so is there a simple, open source api, that can be used to

1. print an xml compliant cdata section
2. print an xml compliant tag

????

that's all many of us need

rick

On Fri, 2003-06-20 at 09:04, Dare Obasanjo wrote:
> > -----Original Message-----
> > From: Rich Salz [mailto:] 
> > Sent: Thursday, June 19, 2003 3:23 PM
> > To: Uche Ogbuji
> > Cc: 
> > Subject: Re: [xml-dev] Create XML
> > 
> > 
> > The problem with "just as an XML API" is that you usually 
> > have to build up a DOM or Infoset or some such, and then call 
> > a serialization routine.
> 
> This means that usually the XML API you use is sub par.