Ok I'll try to provide the information I get:
const XalanDOMString theAttributeType("CDATA");
AttributesImpl m_Attributes;
XalanDocumentBuilder* mBuilder;
const XalanCompiledStylesheet* m_pCompiledStylesheetXML;
XSLTResultTarget* m_pRTreeTargetXML;
I have a method call:
getTheStrings(sXalanDomStrName,XalanDOMString(pCharJapaneseText);
which calls
getTheStrings( const XalanDOMString& theName,
const XalanDOMString& theValue)
{
m_Attributes.addAttribute( c_wstr(theName),
c_wstr(theAttributeType),
c_wstr(theValue));
}
When I do this:
result = mXalanTransformer.transform(*mBuilder,
m_pCompiledStylesheetXML,
*m_pRTreeTargetXML);
I get no more the japnese text.
Regards,
-----Original Message-----
From: Gareth Reakes [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 7:21 PM
To: [EMAIL PROTECTED]
Subject: Re: Xerces and Japanese
Hi,
some time ago I did, but not for several versions. COuld you be
more specific?
Gareth
On Fri, 24 Oct 2003, Borislav Stoyanov wrote:
> Hallo there,
>
> has anyone ever tried to use xerces(xalan) with japanese? I use
> Xalan(1.4/1.6) with Xerces(2.1/2.3) build with ICU and achieve the same
> effect: japanese characters are not handled correctly.
>
> I appreciate any help or advice.
>
> Best regards,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
Gareth Reakes, Head of Product Development +44-1865-203192
DecisionSoft Limited http://www.decisionsoft.com
XML Development and Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]