T
Tiraman
Hi ,
I wrote a Stored procedure that return me an xml
some thing very simple (select * from XXX FOR XML AUTO)
and I would like to get the XML result into some string param in VB.NET .
then I would like to take this XML String and transform it with XSL and the
HTML result i would like so
hold in a string param (sHTML as string)
10x
V.Amir
I wrote a Stored procedure that return me an xml
some thing very simple (select * from XXX FOR XML AUTO)
and I would like to get the XML result into some string param in VB.NET .
then I would like to take this XML String and transform it with XSL and the
HTML result i would like so
hold in a string param (sHTML as string)
10x
V.Amir