Computer Science, asked by bhasan2923, 8 months ago

what is the purpose of forward slash in XSLT

Answers

Answered by sufyan08
1

Answer:

Here, // is the equivalent of the descendant:: axis, so it will return all of the @qty values that are descendants of the context node. i.e.: in this case no context is given so it should return all values for the document.

If you had .// then the context would be the current node, and the output would be all descendants from that node, instead of the document.

Hope this helps u Friend ❤️✌️

Similar questions