SemanticsWorks in <code />
About me
  • Dec 22, 2008

    XSLT note 3 - attribute tricks

    When you want to output the value of node to destination, you can use . This works only when the destination is not in side of an attribute. If the output is in side of an attribute, you need to use {}. For example.

  • Dec 20, 2008

    XSLT note 3 - variable

    You can basically build a variable just as building any output. The simple way is

  • Dec 19, 2008

    XSLT note 2 - copy template

    Here is a template that copy original xml file.

  • Dec 19, 2008

    XSLT note 1 - built-in template

    A simple xslt is a empty xslt.

  • Dec 18, 2008

    TraceSource

    In my post How to control whether to output Trace, I discussed how to output behavior of Trace object. We can control destination with the system.diagnostics.trace section, and control the when to output Trace by using listener's filter or using switch.

  • 49
  • 50
  • 51

Subscribe

  • Fred Yang

A blog of a frontend developer