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

nested queries #132

Open
Niedzwiedzw opened this issue Apr 28, 2020 · 1 comment
Open

nested queries #132

Niedzwiedzw opened this issue Apr 28, 2020 · 1 comment

Comments

@Niedzwiedzw
Copy link

could I perform further queries on the result of a previous query? like cast the result to document somehow? I cannot find any mention of it, thanks

@Niedzwiedzw
Copy link
Author

all right after researching XML a little bit what I meant was how do I go about opening a document with namespaces in them and executing queries by string, without declaring the namespaces manually... what would be the query to get something like this

 <data>
    <Entity d3p1:obfuscatedFieldOne="obfuscated" d3p1:ObfuscatedFieldTwo="obfuscated" d3p1:id="123456" xmlns:d3p1="urn:pubsub:topic:message" xmlns="urn:pubsub:topic:message">
      <d3p1:Fields>
        <d3p1:Field d3p1:FieldName="someFieldNAme" d3p1:dataType="Boolean">
...

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