adspace
Which xsl type is used for navigation in xml documents?
Answer Posted / Supriya Gupta
XSLT (eXtensible Stylesheet Language Transformations) is used for navigation and transformation of XML documents. The for-each element in XSLT can be used to iterate through nodes in an XML document, allowing for navigation and manipulation of the data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers