Hello;
When using the poco xml library inside InDesign CS5, CS5.5, CS6 the application suddenly quit, any help plz
DOMParser parser;
AutoPtr<Document> doc = parser.parseString(xmlStr);
NodeList *names= doc->getElementsByTagName("name");
int32 namesCount= names->length();
for(int32 i=0; i < namesCount; i++)
{
// do something here
}





