all groups > dotnet xml > september 2003 >
You're in the

dotnet xml

group:

XslTransform.Load


XslTransform.Load Matt Frame
9/24/2003 5:57:13 PM
dotnet xml:
I am building dynamic XSL using a string varible in VB.Net with information
in code and from a database field. I am having a difficult time finding
the correct object to load the string into to then have the object passed to
the XslTransform.Load method. I want to avoid writing the information to a
file and then using that if at all possible.

Your help is greatly appreciated.

Matt

Re: XslTransform.Load Oleg Tkachenko
9/25/2003 10:28:12 AM
[quoted text, click to view]

xslt.Load(new XmlTextReader(new StringReader(myString)));

--
Oleg Tkachenko
http://www.tkachenko.com/blog
Multiconn Technologies, Israel
AddThis Social Bookmark Button