ll6068

XML Extract Example

Sep 26th, 2020 (edited)
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.63 KB | None | 0 0
  1. <rss version="0.92">
  2. <channel>
  3. <title>CITnet Jira</title>
  4. <link>https</link>
  5. <description>An XML representation of a search request</description>
  6. <build-info><version>8.5.3</version></build-info>
  7.  
  8. <item>
  9.     <title>title A</title>
  10.     <project id="87200" key="TSKACTION">123456</project>
  11.     <description>Support task 1</description>
  12.     <environment></environment>
  13.     <type id="1" iconUrl="https">Bug</type>
  14.     <created>Wed, 23 Sep 2020 13:13:36 +0200</created>
  15.     <customfields>
  16.         <customfield id="customfield_14733" key="com">
  17.         <customfieldname>Actual End Date</customfieldname>
  18.         <customfieldvalues>
  19.         <customfieldvalue>Wed, 23 Sep 2020 00:00:00 +0200</customfieldvalue>
  20.         </customfieldvalues></customfield>
  21.         <customfield id="s" key="com">
  22.         <customfieldname>Actual Start Date</customfieldname>
  23.         <customfieldvalues>
  24.         <customfieldvalue>Wed, 23 Sep 2020 00:00:00 +0200</customfieldvalue>
  25.         </customfieldvalues> </customfield>
  26.      </customfields>
  27.     </item>
  28.  
  29. <item>
  30.     <title>title B</title>
  31.     <project id="87200" key="TSKACTION">123456</project>
  32.     <description>Support task 2</description>
  33.     <environment></environment>
  34.     <type id="1" iconUrl="https">Bug</type>
  35.     <created>Wed, 23 Sep 2020 13:13:36 +0200</created>
  36.     <customfields>
  37.         <customfield id="customfield_14733" key="com">
  38.         <customfieldname>Actual End Date</customfieldname>
  39.         <customfieldvalues>
  40.         <customfieldvalue>Wed, 23 Sep 2020 00:00:00 +0200</customfieldvalue>
  41.         </customfieldvalues></customfield>
  42.      </customfields>
  43.     </item>
  44. </channel>
  45. </rss>
Add Comment
Please, Sign In to add comment