Skip to content

Is it possible to run xpath notebook on a folder of XMLs? #17

@ww40

Description

@ww40

Is it possible to run xpath notebook on a folder of XMLs?

Something like point to a collection of *.xml and run a bunch of queries against all?

collection('file:///C:/XMLs/?select=*.xml')

[
base-uri()
count(//Data/Parent),
integer(count(//Data[Gender='Male'])
integer(count(//Data[Gender='Female'])
]

This would be great if could be implemented, or please advise if available via an alternate method I've overlooked.

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