• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

XSL tranforms in .NET

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #11
    Xsl transform functions is clearly a badly written piece of code, strange as it seems to be written by Russians ...

    Shimano - chew your gum dude...

    Comment


      #12
      Have a look see if this is any better

      http://saxon.sourceforge.net/

      Comment


        #13
        4.8 MB .NET distribution?

        No, a hybrid solution was proposed - query object using XPath and then pass that XML to XSL template, it better fking work!

        Comment


          #14
          mvp.xml

          Originally posted by AtW
          4.8 MB .NET distribution?

          No, a hybrid solution was proposed - query object using XPath and then pass that XML to XSL template, it better fking work!
          also check out the mvp xml project, they like wraping and increasing the performance of the frameworks xml/xsl methods http://sourceforge.net/projects/mvp-xml/
          whats the lowest you can do this for?

          Comment


            #15
            Alexei....

            Check out this....

            http://blogs.msdn.com/xmlteam/articl...Transform.aspx

            Although marked as 'unfinished' it does seem to back yup your observation ... executing the transform is performed using an XmlReader that traverses the whole document.


            "Performing the Transformation
            Once the stylesheet is fully loaded, XslCompiledTransform can transform the input document. Transformation of the input document to output involves the following steps:

            Parsing the input document and building an in-memory XML tree representation for it.
            Transforming the input XML tree to the output tree.
            Serialization of the output tree.
            To load the cache, XslCompiledTransform uses XmlReader to read the input document. At this time, XslCompiledTransform applies whitespace stripping rules.
            "
            Vieze Oude Man

            Comment


              #16
              The problem is all this dodgy code written by Russians:

              Authors: Sergey Dubinets, Anton Lapounov

              Comment


                #17
                Bah! Why didn't they employ Polish chappies like what we do like....
                Vieze Oude Man

                Comment

                Working...
                X