How would the conditional statement look like if I\'m to insert a section of text into the xml below using xslt?
Try this:
match="//*[local-name()='items']/*[local-name()='item'][position()=last()]"