Xslt 1.0 biggest issues (kind of) solved
Posted by: XmlTeams WebLog,
on 09 Oct 2011 |
View original | Bookmarked: 0 time(s)
Xslt 1.0 has a number of issues that can make the life of an Xml developer frustrating. A lot of them are addressed by Xslt 2.0. Unfortunately the .NET Framework does not have an Xslt 2.0 compliant processor. Fortunately most of the biggest Xslt 1.0 pain points have workarounds. Having workarounds rather than real solutions is almost never ideal but almost always better than nothing. Grouping When working with Xml documents it is common to have a list of elements that contain an attribute whose...