Skip to content

Use with XslCompiledTransform #6

@The-Futurist

Description

@The-Futurist

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions