Skip to content

xslt-csv: return an XML node rather than a string #9

@stevedlawrence

Description

@stevedlawrence

The dfdlParse function returns the XML infoset as a string and then uses the parse-xml() function to convert that to a node that the XSLT can work on. Rather than returning a string, the dfdlParse funtion should just directly return a node to avoid this string-to-node conversion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions