XSL Transform extracting min and max dates
问题 I'm trying to extract min and max dates from an XML source. I'm getting a nodeset into my variables and I need the actual date value within the nodes and can't find how to get it. Source XML: <Info dataSource="source"> <Detail> <StartDate>20121211</StartDate> <EndDate>20130112</EndDate> </Detail> <Detail> <StartDate>20121211</StartDate> <EndDate>20130112</EndDate> </Detail> <Detail> <StartDate>20121211</StartDate> <EndDate>20130112</EndDate> </Detail> <Detail> <StartDate>20121218</StartDate>