Try this,
var myXMLItal = app.activeDocument.xmlElements[0].evaluateXPathExpression("//emphasis[@cstyle = 'ITAL']")
alert(myXMLItal.length)
Try this,
var myXMLItal = app.activeDocument.xmlElements[0].evaluateXPathExpression("//emphasis[@cstyle = 'ITAL']")
alert(myXMLItal.length)