D
daz_oldham
Hi all
I am producing an XML feed via a stored procedure in SQL Server 2000
using FOR XML EXPLICIT.
In the returning XML document exists a field
(/root/product/longdescription) that contains HTML content. I would
like to remove any html content (specifically <a> tags) - but I have no
idea whatsoever on how to start with this one.
Can anyone help?
Many thanks
Darren
I am producing an XML feed via a stored procedure in SQL Server 2000
using FOR XML EXPLICIT.
In the returning XML document exists a field
(/root/product/longdescription) that contains HTML content. I would
like to remove any html content (specifically <a> tags) - but I have no
idea whatsoever on how to start with this one.
Can anyone help?
Many thanks
Darren