Last modified: 2013-12-15 15:17:09 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T60490, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 58490 - GWToolset should be able to handle nested xml elements
GWToolset should be able to handle nested xml elements
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
GWToolset (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 58509
  Show dependency treegraph
 
Reported: 2013-12-14 18:06 UTC by Maarten Dammers
Modified: 2013-12-15 15:17 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Maarten Dammers 2013-12-14 18:06:26 UTC
The GWToolset is now only able to handle first level elements.

Take for example this snippet. All childs of memorix:MEMORIX are unreachable

<item>
      <title>Jordaanjeugdfestival, standwerkersmarkt, rijdende krantenkiosk</title>
      <link>http://hdl.handle.net/10648/a999c8aa-d0b4-102d-bcf8-003048976d84</link>
      <description>Jordaanjeugdfestival, standwerkersmarkt, rijdende krantenkiosk</description>
      <enclosure url="http://afbeeldingen.gahetna.nl/naa/thumb/800x600/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg" length="0" type="image/jpeg" />
      <pubDate>Sun, 08 Dec 2013 06:27:41 +0100</pubDate>
      <guid isPermaLink="true">http://hdl.handle.net/10648/a999c8aa-d0b4-102d-bcf8-003048976d84</guid>
      <dc:isPartOf rdf:about="http://www.gahetna.nl/collectie/archief/ead/index/eadid/2.24.01.05">2.24.01.05</dc:isPartOf>
      <dc:identifier>hdl://10648/a999c8aa-d0b4-102d-bcf8-003048976d84</dc:identifier>
      <dc:date>1959-07-27T00:00:00Z</dc:date>
      <dc:isPartOf rdf:about="http://www.gahetna.nl/isPartOf/Serie_Collectie/2f7593fe-b9a1-11df-ba8e-03c82bd9ba46">Fotocollectie Anefo</dc:isPartOf>
      <dc:type>Foto</dc:type>
      <dc:isPartOf rdf:about="http://www.gahetna.nl/isPartOf/Reportage_Serienaam">[ onbekend ]</dc:isPartOf>
      <dc:creator>Pot, Harry / Anefo</dc:creator>
      <dc:type>Negatief (zwart-wit)</dc:type>
      <dc:identifier>910-5528</dc:identifier>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/800x600/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/40x40/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/88x88/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/150x150/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/160x160/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/188x188/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/300x300/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/460x460/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/500x500/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:isShownBy>http://afbeeldingen.gahetna.nl/naa/thumb/1280x1280/7714129b-bf66-25c3-2beb-2b91eb3862b4.jpg</ese:isShownBy>
      <ese:type>IMAGE</ese:type>
      <ese:provider>Beeldbank Nationaal Archief</ese:provider>
      <ese:isShownAt>http://hdl.handle.net/10648/a999c8aa-d0b4-102d-bcf8-003048976d84</ese:isShownAt>
      <memorix:MEMORIX>
        <field name="auteursrechten_auteursrechthebbende">
          <value>Nationaal Archief, CC-BY-SA</value>
        </field>
        <field name="PhotoName">
          <value>NL-HaNA_2.24.01.05_0_910-5528.tjp</value>
        </field>
        <rights>
          <right name="CC BY SA">TRUE</right>
          <right name="webwinkel">TRUE</right>
          <right name="webdisplay">TRUE</right>
          <right name="bestelbaar">TRUE</right>
        </rights>
      </memorix:MEMORIX>
    </item>

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links