Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
81 Points
93 Posts
Dec 10, 2008 07:37 PM|LINK
I am creating an xslt transform and create it in code so I dont have to mess with files. however I cant get the load method to take it:
xXslt.Load(sXslt);
This doesnt work... my question becomes how can I load my code created xslt string?
Thnks
kevison
Member
81 Points
93 Posts
how do i load xlt string into XslTransform object
Dec 10, 2008 07:37 PM|LINK
I am creating an xslt transform and create it in code so I dont have to mess with files. however I cant get the load method to take it:
XslTransform xXslt = new XslTransform();string sXslt = BuildXLST();xXslt.Load(sXslt);
This doesnt work... my question becomes how can I load my code created xslt string?
Thnks