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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 6:11 PM
To: [email protected]
Subject: Re: Xalan and Japanese
We don't know of any problems, and since you're not offering any details,
it's hard to know what's wrong.
If you feel there's a bug, create a _minimal_ sample input document and
stylesheet, and create a bug report with the files attached.
Dave
|---------+--------------------------->
| | Borislav |
| | Stoyanov |
| | <[EMAIL PROTECTED]|
| | e.de> |
| | |
| | 10/24/2003 11:02|
| | AM |
|---------+--------------------------->
>---------------------------------------------------------------------------
-----------------------------------------------------|
|
|
| To: [email protected]
|
| cc: (bcc: David N Bertoni/Cambridge/IBM)
|
| Subject: Xalan and Japanese
|
>---------------------------------------------------------------------------
-----------------------------------------------------|
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,