Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with XslCompiledTransform #6

Open
Korporal opened this issue Feb 19, 2016 · 0 comments
Open

Use with XslCompiledTransform #6

Korporal opened this issue Feb 19, 2016 · 0 comments

Comments

@Korporal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant