XSLT 1.0, Using Identity Transform, with multiple templates fails to match
问题 Wow, I haven't asked this many questions since, intro to programming some 15 years ago, this XSLT stuff is kicking me! I've been learning to work with Identity Transform, to take a string and break it into nodes based on a delimiter. Which I have working as expected, but when I combine it with the rest of my logic it breaks. I'm thinking it has to do with my selectors on the elements themselves. I'm just proud of myself that I figured out a working basic example of Identity transform. I've