You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Pavel Ausianik <Pa...@epam.com> on 2002/12/02 16:58:42 UTC

RE: [PATCH] Create ISO8859_1 String from char array

Scott,

Thank you and I agree that this could be useful for other apps as well.

I also have found an xml parser (SAP XML toolkit), which is not
compatible to setting an additional parameter
(http://apache.org/xml/features/dom/defer-node-expansion) to
DocumentBuilderFactory. It appears that setting attribute for the facory
does not throw any error, but an attempt to create a DocumentBuilder
throws ParserConfiurationException. It is a bug in the xml library, but
it it makes latest soap not compatible to SAP XML toolkit. It may happen
that hard coded comparison to xerces factory would be better.

Best regards,
Pavel


-----Original Message-----
From: Scott Nichol [mailto:snicholnews@scottnichol.com] 
Sent: Saturday, November 30, 2002 12:54 AM
To: soap-dev@xml.apache.org
Subject: Re: [PATCH] Create ISO8859_1 String from char array

Pavel,

I committed this change, moving your getXXX function to StringUtils
since it is generally useful.

Scott Nichol

----- Original Message -----
From: "Pavel Ausianik" <Pa...@epam.com>
To: <so...@xml.apache.org>
Sent: Friday, November 22, 2002 7:23 AM
Subject: [PATCH] Create ISO8859_1 String from char array


> Please find a patch proposed for converting HTTP headers using own
> conversion instead of  using JVM byte to char converter, as it happens
not
> to be efficient
> Also I have concatenated several const Strings in StringBuffer.append
>
> Thanks,
> Pavel
>
>


------------------------------------------------------------------------
--------


> --
> To unsubscribe, e-mail:   <ma...@xml.apache.org>
> For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>


--
To unsubscribe, e-mail:   <ma...@xml.apache.org>
For additional commands, e-mail: <ma...@xml.apache.org>