Tag: HTML

Removing HTML formatting tag – BR – from XML using XQuery
By Art on October 31, 2013

This is a personal pet hate of mine.. Mixing HTML formatting tags directly with XML that aren’t escaped or contained within a CDATA section. Sure it is all perfectly valid XML at the end of the day, but it makes working with it a bit harder as each section of text between each <BR/> tag is treated as a separate […]

Read More