﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>XML Lab News</title>
    <description>XML Lab News</description>
    <link>http://www.xmllab.net/Home/tabid/36/BlogId/3/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>olegt@xmllab.net</managingEditor>
    <webMaster>admin@xmllab.net</webMaster>
    <pubDate>Thu, 24 Jul 2008 23:36:50 GMT</pubDate>
    <lastBuildDate>Thu, 24 Jul 2008 23:36:50 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.2.0.29758</generator>
    <item>
      <title>IronXSLT v0.3 released</title>
      <description>&lt;P&gt;&lt;IMG hspace=10 src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/imageshttp://www.xmllab.net/ironxslt.png" align=left&gt;&lt;A HREF="http://www.xmllab.net/ironxslt"&gt;IronXSLT&lt;/A&gt; is Microsoft Visual Studio plugin aimed to provide total integration of the XSLT language in Visual Studio IDE. &lt;/P&gt;
&lt;P&gt;New in version 0.3: &lt;/P&gt;
&lt;LI&gt;&lt;A href="http://www.tkachenko.com/blog/archives/000740.html"&gt;Dynamic XSLT Intellisense &lt;/A&gt;is on 
&lt;LI&gt;Improved compatibility with Visual Studio 2008 &lt;/LI&gt;
&lt;P&gt;&lt;A HREF="http://www.xmllab.net/downloads"&gt;&lt;IMG alt="Download IronXSLT" src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/images/download-ironxslt.gif" align=absMiddle border=0&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/16/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/16/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=16</guid>
      <pubDate>Sat, 10 May 2008 22:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=16</trackback:ping>
    </item>
    <item>
      <title>IronXSLT v0.2 released</title>
      <description>&lt;P&gt;&lt;IMG hspace=10 src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/imageshttp://www.xmllab.net/ironxslt.png" align=left&gt;&lt;A HREF="http://www.xmllab.net/ironxslt"&gt;IronXSLT&lt;/A&gt; is Microsoft Visual Studio plugin aimed to provide total integration of the XSLT language in Visual Studio IDE. &lt;/P&gt;
&lt;P&gt;New in version 0.2: &lt;/P&gt;
&lt;LI&gt;A notion of a Startup stylesheet in XSLT library project 
&lt;LI&gt;"Debug" page in XSLT library project properties, which has Startup stylesheet dropdown list 
&lt;LI&gt;"Set as StartUp Stylesheet" context menu item for XSLT stylesheets 
&lt;LI&gt;"Start Debugging(F5)/Start Without Debugging(Ctrl+F5)" commands support - runs startup stylesheet &lt;/LI&gt;
&lt;P&gt;Note: IronXSLT v0.2 requires Microsoft Visual Studio 2008 Beta2.&lt;/P&gt;
&lt;P&gt;&lt;A HREF="http://www.xmllab.net/downloads"&gt;&lt;IMG alt="Download IronXSLT" src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/images/download-ironxslt.gif" align=absMiddle border=0&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/15/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/15/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=15</guid>
      <pubDate>Sat, 27 Oct 2007 22:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=15</trackback:ping>
    </item>
    <item>
      <title>nxslt.exe/NxsltTask v2.3 released</title>
      <description>&lt;SPAN class=Normal id=dnn_ctr592_MainView_ViewEntry_lblEntry&gt;&lt;A href="http://www.xmllab.net../../../../../../../../../Products/nxslt2/tabid/73/Default.aspx"&gt;&lt;IMG height=32 alt=nxslt2 hspace=10 src="http://www.xmllab.net/Portals/0/NXslt32.gif" width=32 align=left border=0&gt;nxslt2&lt;/A&gt; is a free feature-rich .NET 2.0 XSLT command line utility and NAnt/MSBuild task which uses .NET 2.0 XSLT processor - &lt;TT&gt;&lt;A href="http://msdn2.microsoft.com/library/ms163414%28en-us,vs.80%29.aspx"&gt;XslCompiledTransform&lt;/A&gt;&lt;/TT&gt; class and supports XML Base, XInclude, XPointer, EXSLT, embedded stylesheets, processing instruction, multioutput, custom URI resolving, custom extension functions, pretty printing, XHTML output, XSLT 2.0-like character maps and more.&lt;BR&gt;What's new in version 2.3:&lt;BR&gt;&lt;/SPAN&gt;
&lt;UL&gt;&lt;SPAN class=normal&gt;
&lt;LI&gt;improved error reporting 
&lt;LI&gt;nxslt.exe options files (@file option) 
&lt;LI&gt;XHTML output mode (-xhtml option) 
&lt;LI&gt;XSLT 2.0-like character maps (-cm option) 
&lt;LI&gt;nxslt and NxsltTask are now debuggable 
&lt;LI&gt;resolving XInclude for XSLT stylesheets is now off by default 
&lt;LI&gt;-xslxi option to turn XInclude for XSLT stylesheets on 
&lt;LI&gt;fixed bugs preventing running Docbook stylesheets&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A HREF="http://www.xmllab.net/downloads"&gt;Download nxslt.exe/NxsltTask v2.3&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/13/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/13/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=13</guid>
      <pubDate>Fri, 17 Aug 2007 07:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=13</trackback:ping>
    </item>
    <item>
      <title>IronXSLT v0.1 for Visual Studio Codename "Orcas" released</title>
      <description>&lt;img src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/imageshttp://www.xmllab.net/ironxslt.png" align="left" hspace="10"&gt;&lt;a href="http://www.xmllab.net/ironxslt"&gt;IronXSLT&lt;/a&gt; is Microsoft Visual Studio plugin aimed to provide total integration of the XSLT language in Visual Studio IDE.

&lt;p&gt;IronXSLT version 0.1 adds "XSLT Library" project type to Visual Studio. XSLT Library project allows to compile XSLT stylesheets into DLL. Each
XSLT stylesheets becomes a class in the DLL and can be loaded and run
later using standard XslCompiledTransform class. This way you can
avoid paying XSLT compilation tax at runtime.&lt;br&gt;

&lt;/p&gt;&lt;p&gt;Note: IronXSLT only supports forthcoming Visual Studio Codename "Orcas".&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.xmllab.net/downloads"&gt;&lt;img src="http://www.xmllab.nethttp://www.xmllab.net/ironxslt/images/download-ironxslt.gif" alt="Download IronXSLT" align="absmiddle" border="0"&gt;&lt;/a&gt; (Note: requires latest Microsoft Visual Studio Codename "Orcas" &lt;font color="#ff0000"&gt;and Visual Studio Orcas SDK&lt;/font&gt; installed. SDK dependency is to be removed soon). 
&lt;/p&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/12/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/12/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=12</guid>
      <pubDate>Sun, 27 May 2007 07:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=12</trackback:ping>
    </item>
    <item>
      <title>Word 2003 XML Viewer Control v1.0 released</title>
      <description>&lt;P&gt;&lt;IMG alt=word32.png hspace=5 src="http://www.xmllab.net/Portals/0/word32.png" align=left border=0&gt;&lt;A href="http://xmllab.net/Products/Word2003XMLViewerControl/tabid/186/Default.aspx"&gt;Word 2003 XML Viewer Control&lt;/A&gt; is ASP.NET 2.0 Web server control, which allows to display arbitrary Microsoft Word 2003 XML documents (WordML) on ASP.NET pages. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://xmllab.net/Products/Word2003XMLViewerControl/tabid/186/Default.aspx"&gt;Word 2003 XML Viewer Control&lt;/A&gt; is Web version of the Microsoft Word 2003 XML Viewer tool. Full sources included. Supports images, headers, footers, works with Firefox too. Soon to be supporting Word 2007 XML documents. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.xmllab.net/downloads"&gt;Download Word 2003 XML Viewer Control&lt;/A&gt; v1.0.&lt;/P&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/10/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/10/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=10</guid>
      <pubDate>Mon, 26 Mar 2007 07:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=10</trackback:ping>
    </item>
    <item>
      <title>eXml v1.1 released</title>
      <description>&lt;P&gt;&lt;IMG height=64 alt="eXml logo" hspace=15 src="http://www.xmllab.net/Portals/0/images/exml64.gif" width=64 align=left border=0&gt;&lt;A href="http://www.xmllab.nethttp://www.xmllab.net/Products/eXml/tabid/174/Default.aspx"&gt;eXml&lt;/A&gt; v1.1 is available for download.&lt;BR&gt;&lt;A href="http://www.xmllab.nethttp://www.xmllab.net/Products/eXml/tabid/174/Default.aspx"&gt;eXml&lt;/A&gt; is a free ASP.NET 2.0 Web server control extending and improving standard ASP.NET &lt;A href="http://msdn2.microsoft.com/en-us/library/782szw84(en-US,VS.80).aspx"&gt;XML Web server control&lt;/A&gt;.&lt;BR&gt;eXml Web server control uses new .NET 2.0 XSLT processor - &lt;A href="http://msdn2.microsoft.com/en-us/library/system.xml.xsl.xslcompiledtransform.aspx"&gt;XslCompiledTransform&lt;/A&gt; class to perform XSL transformations thus providing in average 400% performance boost and improved standard compliance. Additionally eXml Web server control provides built-in support for &lt;A href="http://mvp-xml.sourceforge.net/exslt/#funclist"&gt;70+ EXSLT extension functions&lt;/A&gt;, &lt;A href="http://www.w3.org/TR/xinclude/"&gt;XML Inclusions (XInclude) 1.0&lt;/A&gt;, friendly XML rendering, &lt;A href="http://www.w3.org/TR/xml-stylesheet/"&gt;&lt;?xml-stylesheet?&gt;&lt;/A&gt; XML processng instruction, &lt;A href="http://www.w3.org/TR/xslt#section-Embedding-Stylesheets"&gt;embedded stylesheets&lt;/A&gt; and conditional whitespace stripping.&lt;BR&gt;&lt;BR&gt;What's new in version 1.1:&lt;BR&gt;
&lt;UL&gt;
&lt;LI&gt;Cache dependencies for imported/included stylesheets 
&lt;LI&gt;Bug fixes, thanks to Martin Szugat for patches&lt;/LI&gt;&lt;/UL&gt;&lt;A href="http://www.xmllab.net/Downloads/tabid/61/Default.aspx"&gt;Download eXml v1.0&lt;/A&gt;</description>
      <link>http://www.xmllab.net/Home/tabid/36/EntryID/7/Default.aspx</link>
      <author>olegt@xmllab.net</author>
      <comments>http://www.xmllab.net/Home/tabid/36/EntryID/7/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.xmllab.net/Default.aspx?tabid=36&amp;EntryID=7</guid>
      <pubDate>Tue, 14 Feb 2006 20:58:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.xmllab.net/DesktopModules/Blog/Trackback.aspx?id=7</trackback:ping>
    </item>
  </channel>
</rss>