DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25768

Cannot parse, code guard errors

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-12-29 20:04 -------
The DOMPrint example is OK now, but if I add to it the following code:

DOMNode *doc = parser->getDocument();
if( doc != NULL )
{
    DOMNode            *child = doc->getFirstChild();
    const char* pszName = (StrX(child->getNodeName())).localForm();
}

the code guard shows errors in StrX --> XMLString::transcode --> 
Win32LCPTranscoder::transcode --> line neededLen = ::wcstombs(0, toTranscode, 
0);

I attach very simple xml file to reproduce the problem

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to