ASP.NET,XSL - Adam Heunis tech talk
Sign in
|
Join
|
Help
in
Current Tags
Adam Heunis tech talk
.NET Bloggers
(Entire Site)
dotnet.org.za
South African .NET Developer Portal
Home
Careers
Downloads
Support
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
The ONLY way to register a .co.za domain
Multiple domains with the ASP.NET 2.0 HttpHandler
Who are the best .co.za domain name registration people?
Anger towards Sony gains momentum
Who says they're illegal?
Tags
ASP.NET
C#
Software community
XSL
Generic
Boesmansriviermond
Vectorsoft
Attie Heunis says...
Eastern Cape Tourism
Springbok Rugby
Blou Bul Rugby
Archives
October 2006
(1)
July 2006
(1)
December 2005
(1)
November 2005
(1)
October 2005
(5)
August 2005
(2)
July 2005
(2)
June 2005
(2)
May 2005
(1)
April 2005
(13)
March 2005
(2)
Adam Heunis tech talk
Software mostly, but other techie stuff as well. I primarily use Notepad, Visual Studio, the Command Prompt, XmlSpy, SQL Server, MySQL and Photoshop. I speak
C# (incl. OO), XML, XSL, ASP.NET, VB.NET, VB6, SQL, UML and XForms.
Browse by Tags
All Tags
»
ASP.NET
»
XSL
(
RSS
)
C#
Improve XSLT transform performance with XPathDocument
Provided you know XSL, there is hardly an easier way to transfrom xml to more xml, text or html than using XSLT. If you're doing this in .NET there are some things that you should keep in mind: Don't use XmlDocument as the source of an XSLT transformation; rather use XPathDocument . Basically you can't do much with XPathDocument other than calling its CreateNavigator (implements IXPathNavigable.CreateNavigator ) method. This method will return a read-only cursor model based on the XPath data model...
Posted
Apr 25 2005, 03:03 PM
by
attie
with | with
4 comment(s)
Filed under:
C#
,
XSL
,
ASP.NET