You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Hegde, Shalini R (STSD)" <sh...@hp.com> on 2006/08/01 16:42:37 UTC

XML::Xerces API List

 
Hi,

Does anybody have XML::Xerces api list..

My question is "how to generate a simple XML file using XML::Xerces"..


Thnaks in advance
shalini

---------------------------------------------------------------------
To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: p-dev-help@xerces.apache.org


RE: XML::Xerces API List

Posted by "Hegde, Shalini R (STSD)" <sh...@hp.com>.
 thanks Jason..

Regards
shalini

-----Original Message-----
From: Jason Stewart [mailto:jason.e.stewart@gmail.com] 
Sent: Thursday, August 03, 2006 12:05 PM
To: p-dev@xerces.apache.org
Subject: Re: XML::Xerces API List

Hi Shalini,

Xerces is an XML 'parser' not an XML generator. You don't need a special
tool to generate XML, just print() statements. Given that, there is an
example module in the samples/ directory called Writer.pm that shows how
you can use a callback mechanism to write XML.

HTH, jas.

On 8/1/06, Hegde, Shalini R (STSD) <sh...@hp.com> wrote:
>
> Hi,
>
> Does anybody have XML::Xerces api list..
>
> My question is "how to generate a simple XML file using XML::Xerces"..
>
>
> Thnaks in advance
> shalini
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: p-dev-help@xerces.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: p-dev-help@xerces.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: p-dev-help@xerces.apache.org


Re: XML::Xerces API List

Posted by Jason Stewart <ja...@gmail.com>.
Hi Shalini,

Xerces is an XML 'parser' not an XML generator. You don't need a
special tool to generate XML, just print() statements. Given that,
there is an example module in the samples/ directory called Writer.pm
that shows how you can use a callback mechanism to write XML.

HTH, jas.

On 8/1/06, Hegde, Shalini R (STSD) <sh...@hp.com> wrote:
>
> Hi,
>
> Does anybody have XML::Xerces api list..
>
> My question is "how to generate a simple XML file using XML::Xerces"..
>
>
> Thnaks in advance
> shalini
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
> For additional commands, e-mail: p-dev-help@xerces.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: p-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: p-dev-help@xerces.apache.org