[HELP]: How to set xml encoding?

2003-11-06 Thread Gianluca Morello
Hallo, i need to set correctlythe encoding of my xml output files in apipeline. For example: if I use a simplepipeline like this map:generate src=""/map:transform src=""/map:serialize/ The xml encoding in the input.xml is ISO-8859-1, The xml encoding ofthe simple.xsls ISO-8859-1, The

RE: [HELP]: How to set xml encoding?

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
use serialize type="xml" / Jelle -Oorspronkelijk bericht-Van: Gianluca Morello [mailto:[EMAIL PROTECTED]Verzonden: donderdag 6 november 2003 17:21Aan: [EMAIL PROTECTED]Onderwerp: [HELP]: How to set xml encoding? Hallo, i need to set correctlythe enco

Re: [HELP]: How to set xml encoding?

2003-11-06 Thread Joerg Heinicke
Gianluca Morello wrote: Hallo, i need to set correctly the encoding of my xml output files in apipeline. For example: if I use a simple pipeline like this map:generate src=input.xml/ map:transform src=simple.xsl/ map:serialize/ The xml encoding in the input.xml is ISO-8859-1, The xml

RE: [HELP]: How to set xml encoding?

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
ember 2003 17:03Aan: '[EMAIL PROTECTED]'Onderwerp: RE: [HELP]: How to set xml encoding? use serialize type="xml" / Jelle -Oorspronkelijk bericht-Van: Gianluca Morello [mailto:[EMAIL PROTECTED]Verzonden: donderdag 6 november 2003 17:21Aan: [EMAIL PR

Re: [HELP]: How to set xml encoding? SourceWritingTransformer

2003-11-06 Thread Gianluca Morello
eeds one, like for instance FileSource) -- map:parameter name="serializer" value="xml-iso"//map:transformer The output files continue to have the encoding set to utf-8 Any idea? Thank you Gianluca - Original Message ----- From: Alten, Jelle Paul (sds-sp)

RE: [HELP]: How to set xml encoding for SourceWritingTransformer -

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
PROTECTED]Onderwerp: Re: [HELP]: How to set xml encoding? SourceWritingTransformer Hallo Jelle, My serializers map is like this: map:serializers default="html" map:serializer name="xml-iso" mime-type="text/xml" src="" encodi