Interview Questions

The data from an XSL Transform with XmlReader can be returned in one of the following ways

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

The data from an XSL Transform with XmlReader can be returned in one of the following ways

The data from an XSL Transform with XmlReader can be returned in one of the following ways
* objReader = objXslT.Transform(objNav, nothing)
* objXslT.Transform(objNav, nothing)
* objReader = objXslT.Transform(objNav, nothing, objWriter)
* objXslT.Transform(objNav, nothing, objWriter)


objXslT.Transform(objNav, nothing)

(Continued on next question...)

Other Interview Questions