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

Provide new XMLParser method parseTagList #846

Closed
rsoika opened this issue Dec 31, 2023 · 0 comments
Closed

Provide new XMLParser method parseTagList #846

rsoika opened this issue Dec 31, 2023 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Dec 31, 2023

Add an additional static method to parse a tag list into a ItemCollection list with the following xml structure:

     <code>	  
        <modelversion>1.0.0</modelversion>
         <task>1000</task>
         <event>10</event>
      </code>
      <code>	  
         <modelversion>2.0.0</modelversion>
         <task>2000</task>
         <event>20</event>
      </code>

The call

 officeTemplateConfigList = XMLParser.parseTagList(workflowResult, "wopi-template");

should return a List with two ItemCollections each with 3 items (modelversion, task and event)

@rsoika rsoika added the feature label Dec 31, 2023
@rsoika rsoika added this to the 6.0.4 milestone Dec 31, 2023
rsoika added a commit that referenced this issue Dec 31, 2023
@rsoika rsoika closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant