Got more questions? Find advice on: ASP | SQL | Regular Expressions | Windows
in Search
Welcome to XmlAdvice Sign in | Join | Help

Browse by Tags

All Tags » XSLT 1.0
  • Set Property in XsltArgumentList Extension Object: Ugly Hack

    Paul Duncan asks in the microsoft.public.xsl list how to set a property for an XSLT extension object.  Yes, there is a way to do set the property of an XSLT extension object in .NET.  But...   This is such an ugly hack, I feel dirty posting the solution.   First, the XSLT transformation that allows the user to set a ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on February 8, 2004
  • More d-o-e and XmlWriter

    In my last post, I described the behavior of disable-output-escaping (d-o-e) and System.Xml.Xsl.XslTransform when serializing to an XmlTextWriter.  This is a vague concept if you haven't fought d-o-e before, so I am expanding the explanation a bit.    XSLT is deceptive in that it looks like text (after all, you just type, and a ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 30, 2004
  • XSLT: d-o-e and XmlTextWriter

    XSLT has a facility known as disable-output-escaping (d-o-e) whereby you can write markup as literals.  The most common use for d-o-e is for people unfamiliar with XSLT and recursive processing to easily create procedural algorithms and bypass the learning curve.  Absolutely, there are valid reasons for using d-o-e, such as writing ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 29, 2004
  • WebCasts

    I have been spoiled by TiVO in the worst way.  I don't like to schedule my time around an event, such as a web cast.  Instead, I like to be able to watch programs and view media streams at my leisure.  Just to fit that bill, the past Support WebCasts are available online.  Lots of great stuff, from SharePoint and BizTalk to ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 22, 2004
  • XSLT Performance in .NET (or "Why to use XPathDocument for XSLT")

    No idea why, but Mike Gunderloy's The Daily Grind 125 showed up as an unread item in SharpReader today, dated 12/22/2003. The original date of Mike's article was July 15, 2003. I am glad the post re-emerged, because it includes a link to Dan Frumin's article “ XSLT Performance in .NET“ on O'Reilly's OnDotNet.com. The premise ...
    Posted to Kirk Allen Evans' XML Blog (Weblog) by kaevans on January 3, 2004