Hello everyone,
I am new to XSLT and learning XML. I heard there are 4 types of XML nodes, element, text node, comments and instruction node. I want to learn more about them, their functions and their differences.
Could anyone recommend me some good tutorials for this topic?
EDIT 1: whether my below understanding of text node is correct?
in the below sample, text node is abcd?
<foo>abcd</foo>
thanks in advance, George