You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried a couple of simple experiments where I supply a simple object graph and create an XPathNavigator from a ObjectXPathContext. Then I pass that navigator to XslCompiledTransform.Transform().
This throws a null ref exception in line 160 of Node.cs, both _memberInfo and Parent are null at that point.
Could you consider adding some unit tests that demonstrate this kind of use of a navigator?
I'm striving to transform the object graph via XSLT without first converting it to XML.
Thx
The text was updated successfully, but these errors were encountered:
I've tried a couple of simple experiments where I supply a simple object graph and create an XPathNavigator from a ObjectXPathContext. Then I pass that navigator to XslCompiledTransform.Transform().
This throws a null ref exception in line 160 of Node.cs, both _memberInfo and Parent are null at that point.
Could you consider adding some unit tests that demonstrate this kind of use of a navigator?
I'm striving to transform the object graph via XSLT without first converting it to XML.
Thx
The text was updated successfully, but these errors were encountered: