You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "David Bertoni (JIRA)" <xe...@xml.apache.org> on 2007/03/09 03:21:24 UTC

[jira] Resolved: (XERCESC-1685) DOM and Schema

     [ https://issues.apache.org/jira/browse/XERCESC-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni resolved XERCESC-1685.
------------------------------------

    Resolution: Invalid

Please do not create defects to ask questions.  Instead, post your questions to the Xerces-C Users list.

> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org