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

XMLParser parse no empty xml tags #878

Closed
rsoika opened this issue Sep 29, 2024 · 0 comments
Closed

XMLParser parse no empty xml tags #878

rsoika opened this issue Sep 29, 2024 · 0 comments
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Sep 29, 2024

We need to refine the method findNoEmptyTags or add a new method findNoEmptyXMLTags to ensure that in complex cases only the embedded XML is returned. This is for example need for the WorkflowKernel when testing embedded model configuration in an event.

Example

   <model>     
       <version>sub-model-1.0.0</version>
       <task>1000</task>
       <event>10</event>
    </model>

and here the embedded tag also holds the model tag!

     <imixs-micro name="CREATE">
        <endpoint>ws://workstation-1:8080/workflow</endpoint>
        <model>workstation-1-1.0.0</model>
        <task>1000</task>
        <event>10</event>
        <items>order.number;order.date</items>
        <debug>true</debug>
     </imixs-micro>
@rsoika rsoika added this to the 6.1.0 milestone Sep 29, 2024
rsoika added a commit that referenced this issue Sep 29, 2024
Issue #878
@rsoika rsoika closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant