<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MVPXML Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=MVPXML</link><description>MVPXML Forum Rss Description</description><item><title>New Post: Basic help</title><link>http://mvpxml.codeplex.com/discussions/436412</link><description>&lt;div style="line-height: normal;"&gt;Hello&lt;br /&gt;
&lt;br /&gt;
I need basic help using this library. I have been given a number of XSLT files with a vague commentary reading &amp;quot;The MVP.XML library to be used for its inclusion of EXSLT&amp;quot;. That's all I got.&lt;br /&gt;
&lt;br /&gt;
I have tried in different ways to use this library without success, Trying to find examples has not yielded usable results either. &lt;br /&gt;
&lt;br /&gt;
I'm trying to write a piece of c# code to apply this transformation to an xml file I've been given. Using regular XslCompiledTransform does not work because its missing the extension object. So I thought maybe the extension object would be implemented by this library. &lt;br /&gt;
&lt;br /&gt;
Using VS2010.&lt;br /&gt;
&lt;br /&gt;
My first question would be, why does the Mvp namespace disappears? I add the reference to Mvp.dll, intellitype recognizes the namespace, but once I build, the namespace somehow vanishes and now there is no Mvp namespace to be found anywhere. Not in the object browser, not in intellitype. I had never seen a library behave like this. I even tried rebuilding the source and having a project reference. Same results.&lt;br /&gt;
&lt;/div&gt;</description><author>imagremlin</author><pubDate>Wed, 13 Mar 2013 06:33:36 GMT</pubDate><guid isPermaLink="false">New Post: Basic help 20130313063336A</guid></item><item><title>New Post: API Documentation</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=39674</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Are the DocSite generated files available somewhere in a .zip file or other downloadable format? &amp;nbsp;I've tried to rebuild from source and I don't get the HTML files - even after I change the project settings to generate them (&amp;lt;PublishCopyOption&amp;gt;AllFiles&amp;lt;/PublishCopyOption&amp;gt;)&lt;/p&gt;
&lt;p&gt;Anyone here except crickets?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>gravitybun</author><pubDate>Thu, 11 Nov 2010 19:07:17 GMT</pubDate><guid isPermaLink="false">New Post: API Documentation 20101111070717P</guid></item><item><title>New Post: Is MvpXslTransform.Transform thread safe</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220620</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;anybody here?&lt;/p&gt;&lt;/div&gt;</description><author>papadi</author><pubDate>Fri, 30 Jul 2010 12:15:59 GMT</pubDate><guid isPermaLink="false">New Post: Is MvpXslTransform.Transform thread safe 20100730121559P</guid></item><item><title>New Post: Is MvpXslTransform.Transform thread safe</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220620</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm using one xslt file to transform many xml files. These transformations happen concurrently, and I was wondering if&amp;nbsp;MvpXslTransform instances and&amp;nbsp;MvpXslTransform.Transform method is thread safe, so that I can use the same instance for all my transformation.&lt;/p&gt;&lt;/div&gt;</description><author>papadi</author><pubDate>Thu, 22 Jul 2010 10:11:37 GMT</pubDate><guid isPermaLink="false">New Post: Is MvpXslTransform.Transform thread safe 20100722101137A</guid></item><item><title>New Post: Is this project still active?</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220172</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I&amp;nbsp;never tested it with .NET 4.0, but I think it's safe to ignore the warnings.&lt;/p&gt;
&lt;p&gt;Anyway, this is not really a supported project anymore. All devs moved out. But it's open source, you are on your own.&lt;/p&gt;&lt;/div&gt;</description><author>olegt</author><pubDate>Tue, 20 Jul 2010 21:42:09 GMT</pubDate><guid isPermaLink="false">New Post: Is this project still active? 20100720094209P</guid></item><item><title>New Post: Is this project still active?</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220172</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was using Firefox to make my original submission, I edited the original post in IE and now everything seems to be able to be read!&lt;/p&gt;&lt;/div&gt;</description><author>AustinDimmer</author><pubDate>Tue, 20 Jul 2010 14:51:45 GMT</pubDate><guid isPermaLink="false">New Post: Is this project still active? 20100720025145P</guid></item><item><title>New Post: Is this project still active?</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220172</link><description>&lt;div style="line-height: normal;"&gt;Sorry folks, on submission of my discussion, it seems CodePlex has stripped all of the paragraph formatting from my post which makes it virtually impossible to read!
&lt;/div&gt;</description><author>AustinDimmer</author><pubDate>Tue, 20 Jul 2010 14:48:31 GMT</pubDate><guid isPermaLink="false">New Post: Is this project still active? 20100720024831P</guid></item><item><title>New Post: Is this project still active?</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=220172</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Folks,&lt;/p&gt;
&lt;p&gt;I am a relative newcomer to the Xml field in my travels, I came across this project which seems promising.&lt;/p&gt;
&lt;p&gt;I have some issues which are causing me confusion.&lt;/p&gt;
&lt;p&gt;With a clean download of the source code for the project the unit test suites fail, I ended up setting the Ignore attribute in a number of tests to get them to pass. I noticed a question on the forum in relation to this matter but it&amp;nbsp; was never answered. Should all the tests pass. I have listed all the Tests I set to ignore below.&lt;/p&gt;
&lt;p&gt;Testing started:&lt;/p&gt;
&lt;p&gt;RandomSequenceTest has ignored:&lt;br&gt;HasSameNodeTest has ignored:&lt;br&gt;DecodeUriTest has ignored:&lt;br&gt;EncodeUriTest has ignored:&lt;br&gt;DayAbbreviationTest has ignored:&lt;br&gt;DayNameTest has ignored:&lt;br&gt;MonthAbbreviationTest has ignored:&lt;br&gt;MonthNameTest has ignored:&lt;br&gt;CharMapTest has ignored:&lt;br&gt;CharMapTest2 has ignored:&lt;br&gt;CharMapTest3 has ignored:&lt;br&gt;CharMapTest4 has ignored:&lt;br&gt;CharMapTest6 has ignored:&lt;br&gt;SubtreeSpeed has ignored:&lt;br&gt;Passed : 376, Failed : 0, Ignored : 14 &lt;br&gt;Duration : 22.3681114941239&lt;/p&gt;
&lt;p&gt;I tried to debug but I could not work out why the tests fail and I am not able to offer a fix. Perhaps these tests are old and need to be excluded.&lt;/p&gt;
&lt;p&gt;Another issue I came into concerns compatibility with .net 4.0. If I retarget the source projects to .net 4.0 I get the following errors&lt;/p&gt;
&lt;p&gt;------ Build started: Project: Mvp.Xml.Tests.VSTS, Configuration: Debug Any CPU ------&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\ExsltTest\ExsltUnitTests.cs(37,13): warning CS0618: 'Mvp.Xml.Exslt.ExsltTransform' is obsolete: 'This class has been deprecated. Please use Mvp.Xml.Common.Xsl.MvpXslTransform instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\ExsltTest\ExsltUnitTests.cs(37,40): warning CS0618: 'Mvp.Xml.Exslt.ExsltTransform' is obsolete: 'This class has been deprecated. Please use Mvp.Xml.Common.Xsl.MvpXslTransform instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\XInclude\XIncludeReaderTests.cs(84,13): warning CS0618: 'System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\XInclude\XIncludeReaderTests.cs(510,13): warning CS0618: 'System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\Common\XslReaderTests\XslReaderTests.cs(39,13): warning CS0618: 'System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\XPointer\XPointerReaderTests.cs(37,13): warning CS0618: 'System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\ExsltTest\ExsltTest.cs(25,17): warning CS0618: 'Mvp.Xml.Exslt.ExsltTransform' is obsolete: 'This class has been deprecated. Please use Mvp.Xml.Common.Xsl.MvpXslTransform instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\ExsltTest\ExsltTest.cs(25,43): warning CS0618: 'Mvp.Xml.Exslt.ExsltTransform' is obsolete: 'This class has been deprecated. Please use Mvp.Xml.Common.Xsl.MvpXslTransform instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\Common\XmlFragments\Tests.cs(28,42): warning CS0618: 'Mvp.Xml.Common.XmlFragmentStream' is obsolete: 'Use XmlFragmentReader instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\Common\XmlFragments\Tests.cs(38,42): warning CS0618: 'Mvp.Xml.Common.XmlFragmentStream' is obsolete: 'Use XmlFragmentReader instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\Common\XmlFragments\Tests.cs(50,42): warning CS0618: 'Mvp.Xml.Common.XmlFragmentStream' is obsolete: 'Use XmlFragmentReader instead.'&lt;br&gt;MVPXML-64156\Library\Main\UnitTests\Common\MvpXslTransformTests\MvpXslTransformTests.cs(95,13): warning CS0618: 'System.Xml.XmlReaderSettings.ProhibitDtd' is obsolete: 'Use XmlReaderSettings.DtdProcessing property instead.'&lt;/p&gt;
&lt;p&gt;I also had to target the full .net Framework (not the client only) since there are references to System.Web which is not included in the client profile.&lt;/p&gt;
&lt;p&gt;I noticed that the last update was in&amp;nbsp; 2007 and this is perhaps one reason why I have experienced the problems I have. It would be great to think that these issues may have a chance of being solved in future.&lt;/p&gt;
&lt;p&gt;I appreciate that all the Xml experts are busy and may not have time for such matters, nevertheless I felt it appropriate to bring to light the fact that I have experienced them and do not feel I know how to resolve them and offer a fix.&lt;/p&gt;
&lt;p&gt;If anyone is able to offer a solution I for one would very much appreciate your efforts, and I am sure I would not be alone.&lt;/p&gt;
&lt;p&gt;Best wishes&lt;/p&gt;
&lt;p&gt;Austin&lt;/p&gt;&lt;/div&gt;</description><author>AustinDimmer</author><pubDate>Tue, 20 Jul 2010 14:46:48 GMT</pubDate><guid isPermaLink="false">New Post: Is this project still active? 20100720024648P</guid></item><item><title>New Post: XslT2.0</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=217853</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There is no plan to support xslt 2.0 for now&lt;/p&gt;
&lt;p&gt;&lt;blockquote&gt;On Jun 30, 2010 5:46 AM, &amp;quot;san33&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;br&gt;   &lt;div&gt; &lt;p&gt;From: san33&lt;/p&gt; &lt;div&gt;&lt;p&gt;HI All,&lt;/p&gt;
&lt;p&gt;I had a windows service project that basic purpose is to transform xml using xslt.&lt;/p&gt;
&lt;p&gt;Earlier I am using xslt1.0, but now we need to support xslt2.0 is this xslt version is supported by MVP?&lt;/p&gt;
&lt;p&gt;Or I have to switch to some other third party tool?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Sanjay&lt;/p&gt;&lt;/div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=217853&amp;ANCHOR#Post461622"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:MVPXML@discussions.codeplex.com?subject=[MVPXML:217853]"&gt;MVPXML@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:MVPXML@discussions.codeplex.com"&gt;MVPXML@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="https://mvpxml.codeplex.com/subscriptions/thread/project/edit"&gt;unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Wed, 30 Jun 2010 15:29:41 GMT</pubDate><guid isPermaLink="false">New Post: XslT2.0 20100630032941P</guid></item><item><title>New Post: XslT2.0</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=217853</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;HI All,&lt;/p&gt;
&lt;p&gt;I had a windows service project that basic purpose is to transform xml using xslt.&lt;/p&gt;
&lt;p&gt;Earlier I am using xslt1.0, but now we need to support xslt2.0 is this xslt version is supported by MVP?&lt;/p&gt;
&lt;p&gt;Or I have to switch to some other third party tool?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sanjay&lt;/p&gt;&lt;/div&gt;</description><author>san33</author><pubDate>Wed, 30 Jun 2010 12:46:11 GMT</pubDate><guid isPermaLink="false">New Post: XslT2.0 20100630124611P</guid></item><item><title>New Post: XIncludingReader with XmlSerializer</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=213143</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Actually, struggling with the attachments - if anyone knows how to add an attachment to a post pls let me know. Alternatively, I can email the zip to anyone interested&amp;nbsp;- its only 100 Kb.&lt;/p&gt;&lt;/div&gt;</description><author>marco_craveiro</author><pubDate>Wed, 19 May 2010 10:40:44 GMT</pubDate><guid isPermaLink="false">New Post: XIncludingReader with XmlSerializer 20100519104044A</guid></item><item><title>New Post: XIncludingReader with XmlSerializer</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=213143</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi MVPers.&lt;/p&gt;
&lt;p&gt;I'm sure I'm doing something really silly, I just haven't quite figured out what.&lt;/p&gt;
&lt;p&gt;Basically all I want to do is to deserialize some hand-crafted XML, hydrating some XSD.exe generated classes. The hand-crafted XML uses XInlcude so I'm using XIncludingReader to read it in; according to the release notes for v2.3, XIncludingReader with XMLSerializer is a supported scenario. In addition, I also want the hand-crafted XML validated, so I'm using a Schema Set for that.&lt;/p&gt;
&lt;p&gt;Unfortunately, deserialization fails for me. The problem appears to be in the autogenerated XmlSerialization code, more specifically in Reader.MoveToElement() call of ReadXX_Templates; for some reason this does not result in moving back to the Templates element, as one would expect after all attributes have been read (the last attribute is xml:base, not sure if this is important or not).&lt;/p&gt;
&lt;p&gt;My environment is Visual Studio 2008, .Net Framework 3.5.&lt;/p&gt;
&lt;p&gt;I've got a small project that illustrates the issue, but haven't quite figured out how to use attachments in this forum. I'll attach it on a subsequent post. Once the project has been uploaded, you should be able to see the problem by ticking Debug | Exceptions | Common Language Runtime Exceptions | Thrown and F5'ing it. The Reader.MoveToElement is just above the place where the exception is thrown.&lt;/p&gt;
&lt;p&gt;Many thanks for your time.&lt;/p&gt;
&lt;p&gt;Marco&lt;br&gt;--&lt;br&gt;Constraint has encouraged not only economy, but also a certain elegance of design. -- dennis ritchie and ken thompson.&lt;/p&gt;&lt;/div&gt;</description><author>marco_craveiro</author><pubDate>Wed, 19 May 2010 10:30:48 GMT</pubDate><guid isPermaLink="false">New Post: XIncludingReader with XmlSerializer 20100519103048A</guid></item><item><title>New Post: Transformation of BIG XML files</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=204490</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have xml files that should be transfomated. I tried to use simple XSL Transformation and it works pretty well for small files.&lt;/p&gt;
&lt;p&gt;With bigger files (more than 100 MB) I get OutOfMemory exception during transformation.&lt;/p&gt;
&lt;p&gt;I investigated this problem and found that I should combine &amp;nbsp;XmlTextReader with XPath to achive best performance.&lt;/p&gt;
&lt;p&gt;Could Mvp.Xml help me with this?&lt;/p&gt;
&lt;p&gt;I have such structure of input XML:&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;&lt;span style="color:#0000ff"&gt;&lt;div style="color:Black;background-color:White"&gt;&lt;pre&gt;&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Product&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;2&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt; 
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;SomeName&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;2&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	...
	&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Product&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;5&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt; 
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;SomeName&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Product&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;

&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Categories&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;CategoryName&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	...
	&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;1&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;CategoryName&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Categories&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;

And I should get such output XML:

&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Categories&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	 &lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt; &lt;span style="color:Red"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;1&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
			 &lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt; &lt;span style="color:Red"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;5&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;SomeName&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;1&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;...&lt;/span&gt;&lt;span style="color:Blue"&gt;/&amp;gt;&lt;/span&gt;
			...

		&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;

	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	 &lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt; &lt;span style="color:Red"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;2&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;CategoryName&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
		&lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;

			  &lt;span style="color:Blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt; &lt;span style="color:Red"&gt;Id&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Black"&gt;&lt;span style="color:#0000ff"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;Name&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Blue"&gt;SomeName&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;CategoryID&lt;/span&gt;&lt;span style="color:Blue"&gt;=&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt;&lt;span style="color:Black"&gt;&lt;span style="color:#0000ff"&gt;2&lt;/span&gt;&lt;/span&gt;&lt;span style="color:Black"&gt;&amp;quot;&lt;/span&gt; &lt;span style="color:Red"&gt;...&lt;/span&gt;&lt;span style="color:Blue"&gt;/&amp;gt;&lt;/span&gt;
			 ...
		 &lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Products&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
	&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Category&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;
&lt;span style="color:Blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#A31515"&gt;Categories&lt;/span&gt;&lt;span style="color:Blue"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style="font-family:'Segoe UI', 'Microsoft Sans Serif', Arial, Geneva, sans-serif;white-space:normal"&gt;&lt;br&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;span style="font-family:'Segoe UI', 'Microsoft Sans Serif', Arial, Geneva, sans-serif;white-space:normal"&gt;XML should become nested.&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;Could you help me?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;</description><author>Soft_coder</author><pubDate>Wed, 10 Mar 2010 20:00:33 GMT</pubDate><guid isPermaLink="false">New Post: Transformation of BIG XML files 20100310080033P</guid></item><item><title>New Post: MVP.Xml invalid Char Exception.</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=83737</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;My Application is Compiled with .netFramework2.0,&lt;/p&gt;
&lt;p&gt;but i have &amp;nbsp;.netFramework3.5 also on both machine.&lt;/p&gt;
&lt;p style="margin-top:1em;margin-bottom:1em"&gt;Thanks&amp;amp;regards&lt;/p&gt;
&lt;p style="margin-top:1em;margin-bottom:1em"&gt;San33&lt;/p&gt;&lt;/div&gt;</description><author>San33</author><pubDate>Wed, 10 Feb 2010 04:31:00 GMT</pubDate><guid isPermaLink="false">New Post: MVP.Xml invalid Char Exception. 20100210043100A</guid></item><item><title>New Post: MVP.Xml invalid Char Exception.</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=83737</link><description>&lt;div style="line-height: normal;"&gt;is it the same .NET version in both?&lt;br clear=all&gt;&lt;br&gt;/kzu&lt;br&gt;&lt;br&gt;--&lt;br&gt;Daniel Cazzulino | Developer Lead | XML MVP | Clarius Consulting | +1 425.329.3471&lt;br&gt;
&lt;br&gt;&lt;br&gt;&lt;div&gt;On Tue, Feb 9, 2010 at 08:19, san33 &lt;span dir=ltr&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"&gt;

   &lt;div&gt; &lt;p&gt;From: san33&lt;/p&gt; &lt;div&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I had windows service application in C# that convert the one Xml to another Xml/txt format. I am using MVP.Xml for that,&lt;/p&gt;
&lt;p&gt;when i ran this on XP, windows Server2003(64Bit) it works fine but, when trying to convert the Xml in Windows7 i, it failed to parse the formfeed char&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;System.Xml.XmlException: ' ', hexadecimal value 0x0C, is an invalid character at line.... &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;when loading xslt.Load(strXSLFile);.&lt;/p&gt;
&lt;p&gt;in  my Xsl file i have these line:&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div style="width:1px;min-height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;lt;xsl:variable name=&amp;quot;NEWLINE&amp;quot; select=&amp;quot;'
'&amp;quot;/&amp;gt;&lt;/div&gt;
&lt;div style="width:1px;min-height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;lt;xsl:variable name=&amp;quot;NEWPAGE&amp;quot; select=&amp;quot;'&amp;#12;'&amp;quot;/&amp;gt;&lt;/div&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:variable name=&amp;quot;NEWLINE&amp;quot; select=&amp;quot;'
'&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:variable name=&amp;quot;NEWPAGE&amp;quot; select=&amp;quot;'&amp;#12;'&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;error at second line for NEWPAGE but the same xsl works for Xp, WindowsServer2003.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;is any one have any solution to that.&lt;/p&gt;
&lt;p&gt;Thanks&amp;regards&lt;/p&gt;
&lt;p&gt;San33&lt;/p&gt;&lt;/div&gt; &lt;div&gt; &lt;p&gt;Read the &lt;a href="http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=83737&amp;ANCHOR#Post287627"&gt;full discussion online&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:MVPXML@discussions.codeplex.com?subject=[MVPXML:83737]"&gt;MVPXML@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;

 &lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:MVPXML@discussions.codeplex.com"&gt;MVPXML@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="https://mvpxml.codeplex.com/subscriptions/thread/project/edit"&gt;unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;

 &lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at &lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/blockquote&gt;

&lt;/div&gt;&lt;br&gt;&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 09 Feb 2010 15:17:19 GMT</pubDate><guid isPermaLink="false">New Post: MVP.Xml invalid Char Exception. 20100209031719P</guid></item><item><title>New Post: MVP.Xml invalid Char Exception.</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=83737</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;I had windows service application in C# that convert the one Xml to another Xml/txt format. I am using MVP.Xml for that,&lt;/p&gt;
&lt;p&gt;when i ran this on XP, windows Server2003(64Bit) it works fine but, when trying to convert the Xml in Windows7 i,&amp;nbsp;it failed to parse the formfeed char&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;System.Xml.XmlException: ' ', hexadecimal value 0x0C, is an invalid character at line.... &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;when loading xslt.Load(strXSLFile);.&lt;/p&gt;
&lt;p&gt;in &amp;nbsp;my Xsl file i have these line:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;lt;xsl:variable name=&amp;quot;NEWLINE&amp;quot; select=&amp;quot;'&amp;amp;#x0D;&amp;amp;#x0A;'&amp;quot;/&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;lt;xsl:variable name=&amp;quot;NEWPAGE&amp;quot; select=&amp;quot;'&amp;amp;#x0C;'&amp;quot;/&amp;gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:variable name=&amp;quot;NEWLINE&amp;quot; select=&amp;quot;'&amp;amp;#x0D;&amp;amp;#x0A;'&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:variable name=&amp;quot;NEWPAGE&amp;quot; select=&amp;quot;'&amp;amp;#x0C;'&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;error at second line for NEWPAGE but the same xsl works for Xp, WindowsServer2003.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;is any one have any solution to that.&lt;/p&gt;
&lt;p&gt;Thanks&amp;amp;regards&lt;/p&gt;
&lt;p&gt;San33&lt;/p&gt;&lt;/div&gt;</description><author>san33</author><pubDate>Tue, 09 Feb 2010 13:19:35 GMT</pubDate><guid isPermaLink="false">New Post: MVP.Xml invalid Char Exception. 20100209011935P</guid></item><item><title>New Post: API Documentation</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=39674</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The problem is that DocSite generated documentation needs ASP.NET web hosting, which I don't have anymore. You can find somewhat older (version 2.0) API docs at &lt;a href="http://mvp-xml.sourceforge.net/api/2.0/index.html"&gt;http://mvp-xml.sourceforge.net/api/2.0/index.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also the sources contain all documentation :)&lt;/p&gt;&lt;/div&gt;</description><author>olegt</author><pubDate>Sun, 01 Nov 2009 06:15:51 GMT</pubDate><guid isPermaLink="false">New Post: API Documentation 20091101061551A</guid></item><item><title>New Post: API Documentation</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=39674</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Riko,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp; am having the same issue. Were you ever able to access the MVP.XML API documentation?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br&gt;Aaron&lt;/p&gt;&lt;/div&gt;</description><author>funkycowboy</author><pubDate>Fri, 30 Oct 2009 21:14:03 GMT</pubDate><guid isPermaLink="false">New Post: API Documentation 20091030091403P</guid></item><item><title>New Post: XmlElement over XPathNavigator</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=68614</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;ok, I'll add some comments inside the source code. Where can I send or upload it? I'v never been commiting any code to CodePlex...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>Buvar</author><pubDate>Mon, 14 Sep 2009 16:01:23 GMT</pubDate><guid isPermaLink="false">New Post: XmlElement over XPathNavigator 20090914040123P</guid></item><item><title>New Post: XmlElement over XPathNavigator</title><link>http://mvpxml.codeplex.com/Thread/View.aspx?ThreadId=68614</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That's cool!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looks like a valuable addition to the project :)&lt;/p&gt;&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Mon, 14 Sep 2009 14:48:25 GMT</pubDate><guid isPermaLink="false">New Post: XmlElement over XPathNavigator 20090914024825P</guid></item></channel></rss>