COMMENTED ISSUE: Cannot get XpathCache to replace variables.
I cannot get XpathCache to replace dynamic xpath variables in my xpath expression. I know the expression evaluates if I hardcode some test values. This works:string MenuDepthXpathStr =...
View ArticleCREATED ISSUE: XpathCache Select that returns XpathNavigator
Would it be possible to get a XPathCache.SelectSingleNode function that returns a XPathNavigator?
View ArticleCREATED ISSUE: XPathDocumentWriter::WriteRaw escapes XML when it shouldn't
The WriteRaw method of the XPathDocumentWriter escapes the XML brackets < and > to < and > It seems that it behaves exactly as WriteString does.Steps to...
View ArticleClosed Issue: XPathDocumentWriter::WriteRaw escapes XML when it shouldn't
The WriteRaw method of the XPathDocumentWriter escapes the XML brackets < and > to < and > It seems that it behaves exactly as WriteString does.Steps to...
View ArticleClosed Issue: Cannot get XpathCache to replace variables.
I cannot get XpathCache to replace dynamic xpath variables in my xpath expression. I know the expression evaluates if I hardcode some test values. This works:string MenuDepthXpathStr =...
View ArticleCommented Issue: Cannot get XpathCache to replace variables.
I cannot get XpathCache to replace dynamic xpath variables in my xpath expression. I know the expression evaluates if I hardcode some test values. This works:string MenuDepthXpathStr =...
View ArticleCreated 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: 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 Article