DOM and Schema
--------------
Key: XERCESC-1685
URL: https://issues.apache.org/jira/browse/XERCESC-1685
Project: Xerces-C++
Issue Type: Bug
Components: DOM
Affects Versions: 2.7.0
Environment: winxp and vc6
Reporter: machwu
hi,
In xercesc 2.7.0, I want to get the shcema defination of a Dom node, but a
fatal error occured.
here is the source code:
PSVIElement* psviElement = (PSVIElement*)pNode;
XSElementDeclaration* pDec = psviElement->getElementDeclaration();
MessageBox::information(this, "s", XMLString::transcode(pDec->getName()));
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]