trying to use XSLT to convert XML but exclude records i don't want
I'm trying to figure out how to get an XML file converted using XSLT to a flat text file... I am having 2 issues with this that I am hoping someone here can help me with.
issue 1: I want to exclude nodes based on a value of a attribute in a node. I already have a for-each running on that node, but I would like to know how to exclude them based on the value of the attribute of the node.
issue 2: how do I insert a CRLF during the transform...