Browse by Tags
All Tags »
Regex
Sorry, but there are no more tags available to filter with.
I needed a way to handle an extra closing tag character in a bunch of malformed XML documents my client was getting. For example: <element> attribute1="" attribute2="" attribute3=""> <element1 /> <element2 /> </element> If you...(
read more)