473,569 Members | 2,555 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Fetching the content (XSLT) from XSLTCompiledTra nsform

33 New Member
Hi All,

Following is a piece of code that loads the XSLT

Expand|Select|Wrap|Line Numbers
  1. xslt = New XslCompiledTransform(False)
  2. xslt.Load(objPatternTemplate, objXSLTSettings, New XmlUrlResolver)
  3.  
Now I want to modify the content of xslt which is loaded in xslt object without reloading the xslt.

Is it possible to modify the stylesheet contents loaded in xslt (XsltCompiledTr ansform) object something similar to setting the innerXML of XMLDocument object?

Regards
Amol Lokhande
Sep 22 '09 #1
0 817

Sign in to post your reply or Sign up for a free account.

Similar topics

5
1159
by: Taare | last post by:
I was thinking about a xsl sheet that could change template depending on the url, sort of like using $_GET with PHP. I'v heard that XSLT 2.0 got the document() function, but I'v also heard that there is a trick for doing this with XSLT 1.0, anybody know?
20
2947
by: Griff | last post by:
Hi there I'm after some suggestions as to how one might best separate form and content in a normal run-of-the-mill web application. I'm sure whole bookshelves have been written on this, but I could use some pointers as to the most helpful roads to investigate. The situation I'd like to end up with is the ability to split web development...
1
1126
by: shell shell via .NET 247 | last post by:
How do you get the underlying Xslt stylesheet content from an XslTransform object that has been created and loaded with a stylesheet file or some text? Assume a method will create an XslTransform object, load it with a stylesheet file or some text, and return this object. public XslTransform Create() { XslTransform xslt = new...
4
2296
by: Jed | last post by:
I have looked everywhere and cannot find a resolution for this. I have read several post on this forum that allude to similar issues but I have not found a solution. I am sending dynamic content to the browser to be opened in Excel. On some browsers including on the mac it works fine, but in other browsers it sets the filename to the...
22
2674
by: Sandman | last post by:
So, I have this content management system I've developed myself. The system has a solid community part where members can register and then participate in forums, write weblogs and a ton of other things. So, in instances where I list, for example, the latest weblogs. I list the headline of the weblog, the date and the name of the member who...
0
861
by: Prakash Vaghela | last post by:
Hi, All I have an XML document and i want to convert numeric values of some tags to some string representation. Ex. <ABC>1</ABC> will be converted to <ABC>A1</ABC> <ABC>2</ABC> will be converted to <ABC>Z2</ABC> in this way I want to create an XSL file so that i can use 'XsltCompiledTransform' class to transform this document. ...
0
817
by: bennett | last post by:
Hi All Does anyone know of any 3rd party dll's that I can use to transform large XML (typically 3 - 5 MB in size with a complex structure) documents more efficiently than XsltCompiledTransform? Bennett
4
11909
by: mark4asp | last post by:
I have an element, report which contains tags which have been transformed. E.g. <pis &lt;p&gt <myXml> <report>This text has html tags in it.&lt;p&gt which but <has been changed to &lt;&gt</report> </myXml> I there a way that the XSLT transformation can render the content as html rather than text?
8
2052
by: =?Utf-8?B?TWFyaw==?= | last post by:
Here are three things that I thought would be equivalent but are not. Just wondering why: XmlElement foo = doc.CreateElement("foo"); // load it up with a body xslt.Transform (foo, null, new XmlTextWriter(new StringWriter())); xslt.Transform (foo.CreateNavigator(), null, new XmlTextWriter(new StringWriter())); xslt.Transform(new...
0
7701
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7924
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8130
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6284
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5514
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3643
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1223
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
940
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.