Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi All,
I have one xml file
<xs:employees>
<xs:employee xs:employeeId="EMP001" >
<employeeData>
some fields
</employeeData>
</xs:employee>
I am able to read fields for employeeData . Facing issue to read employeeId.
Any suggestion would be appreciated.
Discussion posts and replies are publicly visible
Which way do you use to read that XML?
by using xpathdocument & xpathSnippet I am able to read rest fields but employeeId not able to read.
https://stackoverflow.com/questions/4835891/extract-value-of-attribute-node-via-xpath