Commented Issue: xinclude / encoding problem
helloi've a problem with encoding and i can't resolve it.I have a project which use the .net 2 xml api and everything work fine.but if i have a file which contains strange characters (i don't put an...
View ArticleCommented Issue: MvpXslTransform.Load doesn't close xml reader
Method MvpXslTransform.Load(string stylesheetUri, XsltSettings settings, XmlResolver stylesheetResolver) opens XmlReader for given stylesheetUri and doesn't close it after use. So stylesheet file got...
View ArticleCreated Issue: XIncludingReader.WhitespaceHandling doesn't seem to do anything
Maybe it's just me, but it doesn't appear that XIncludingReader.WhitespaceHandling actually does anything. No matter what I set it to, I always end up with whitespace nodes.I implemented a workaround...
View ArticleCreated Issue: GetCompiledExpression is not thread-safe
We were using a previous version of mvp and got the error:[IndexOutOfRangeException: Index was outside the bounds of the array.] System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value,...
View ArticleCreated Issue: XPathDocumentWriter static constructor doesn't properly revert...
Not sure if this has already been noted or is fixed yet, but I was just digging around in reflector and found a CAS flaw:static XPathDocumentWriter(){ ReflectionPermission perm = new...
View ArticleCreated Issue: XIncludingReader drops top-level attributes with Saxon.NET...
XIncludingReader seems to drop the top-level attributes of the included XML file when used with the Saxon.NET engine.The bug appears to be with Oleg's changes to MoveToAttribute(int i), where he...
View ArticleCreated Issue: File included with XInclude is locked after reading [26169]
After reading included XML files with XIncludeReader, the included XML file is locked on filesystem level.This can be fixed by modifing XIncludeReader.CreateAcquiredInfoset(Uri includeLocation) to: ///...
View ArticleCommented Issue: File included with XInclude is locked after reading [26169]
After reading included XML files with XIncludeReader, the included XML file is locked on filesystem level.This can be fixed by modifing XIncludeReader.CreateAcquiredInfoset(Uri includeLocation) to: ///...
View ArticleCommented Issue: File included with XInclude is locked after reading [26169]
After reading included XML files with XIncludeReader, the included XML file is locked on filesystem level.This can be fixed by modifing XIncludeReader.CreateAcquiredInfoset(Uri includeLocation) to: ///...
View ArticleCreated Issue: XmlSerializerCache is not thread safe (fix included) [26717]
public System.Xml.Serialization.XmlSerializer GetSerializer(Type type , XmlAttributeOverrides overrides , Type[] types , XmlRootAttribute root , String defaultNamespace){ string key =...
View ArticleCommented Issue: XmlSerializerCache is not thread safe (fix included) [26717]
public System.Xml.Serialization.XmlSerializer GetSerializer(Type type , XmlAttributeOverrides overrides , Type[] types , XmlRootAttribute root , String defaultNamespace){ string key =...
View ArticleCreated Issue: xmllab.net site not working [29993]
HiI tried to read more about the project on the referenced site, but it seems like http://www.xmllab.net site has been broken
View ArticleCommented Issue: MvpXslTransform.Load doesn't close xml reader [14361]
Method MvpXslTransform.Load(string stylesheetUri, XsltSettings settings, XmlResolver stylesheetResolver) opens XmlReader for given stylesheetUri and doesn't close it after use. So stylesheet file got...
View ArticleCreated Issue: date:date() returning time [33579]
Calling date:date() returns a date value with a time portion (i.e. "2012-12-12:07:00")I discovered this when doing this...
View ArticleClosed Issue: href="x.xsl" type="text/xsl" bug [6053]
I noticed that nxslt (both 1 and 2) succeds when using an xml-stylesheetPI like the following (obviously) <?xml-stylesheet type="text/xsl" href="x.xsl"?> but fails with the following...
View ArticleClosed Issue: Exslt set:distinct function does not work with MONO [4975]
I checked the attached xslt with nxslt.exe and thefollowing error occured: System.Xml.Xsl.XsltException: Custom function reportedan error. --->System.Reflection.TargetInvocationException:...
View ArticleClosed Issue: ExsltDateTime [4970]
stefano.zanotti@summer.it public ExsltDateTime("2005-12-08T00:00:00") BUGin int hours = Int32.Parse(zoneStr.Substring(0,3)); /// <summary>/// Initialize the DateTimeTZ structure with the date,...
View ArticleReopened Issue: href="x.xsl" type="text/xsl" bug [6053]
I noticed that nxslt (both 1 and 2) succeds when using an xml-stylesheetPI like the following (obviously) <?xml-stylesheet type="text/xsl" href="x.xsl"?> but fails with the following...
View ArticleReopened Issue: Exslt set:distinct function does not work with MONO [4975]
I checked the attached xslt with nxslt.exe and thefollowing error occured: System.Xml.Xsl.XsltException: Custom function reportedan error. --->System.Reflection.TargetInvocationException:...
View ArticleReopened Issue: ExsltDateTime [4970]
stefano.zanotti@summer.it public ExsltDateTime("2005-12-08T00:00:00") BUGin int hours = Int32.Parse(zoneStr.Substring(0,3)); /// <summary>/// Initialize the DateTimeTZ structure with the date,...
View Article