0

I have XMl file that has various file attachments when the attachment is empty the xsi:nil="true" will be set so i want to read this attribute

1 Answer 1

0

You can use value-of to retrieve value in xslt.

 <xsl:value-of select="nil" />

For more information on Setting and Getting value in XSLT, click here

1
  • I want to use the attribute in c# programming to validate my requirement could help to read this attribute in C# Commented Jan 27, 2015 at 4:00

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.