https://bugzilla.wikimedia.org/show_bug.cgi?id=11539
Christian Neubauer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #13 from Christian Neubauer <[email protected]> 2011-10-27 17:40:50 UTC --- Oh so close! Unless I'm missing something, ImportHandleRevisionXMLTag is worthless for processing the imported XML. It doesn't pass the name of the tag being processed or the contents of the tag. Also, the tag name/contents are stored in a private member/function of the importer so you can't get to them in a hook. Can we either, 1) modify the hook to pass the tag name and tag contents or 2) make the $reader member and nodeContents function in WikiImporter public? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
