On p62 of the original Wrox version of the book there is a Render procedure that transforms XML into HTML. This function that does this is now obsolete in .NET 1.1 and I was wondering what the correct code should now be. The code snippet is:
With xslt
.Load(Context.Server.MapPath(...
.Transform(xDoc, Nothing, writer)
End With
The Transform function (highlighted in red) is throwing a design time error.
TIA
Regards
Crispin Horsfield
Caz Limited, Bristol, UK
www.caz.ltd.uk