Customer Portal

Comments 4

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Thanks
    I did figure that out.
    I have rewritten XMLExtract to do some other interesting things like inserting the context of the extracted data segment and some synchronization information when repeating elements terminate. I will submit my results when I am satisfied with the results.
    Mike
  • Avatar
    oldforum
    0
    Comment actions Permalink
    I added some extension to the XMLExtract myself.
    I had problems with namespaces like
    <prop type="xml:lang">
    Clover's metadata only accepts letters and numbers for field names, so I made something similar to dbFields-cloverFields mapping

    here is example:
    xmlFields="xml:lang" cloverFields="lang"

    If you find this useful I could send you the patch.

    BTW, What are the future plans for XMLExtract component?
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello Mike.

    XMLExtract has mapping attribute, which is inner xml node. Now it is one and only component, which need this functionality. In the future we want support this case too. But for now you must write xml code for this component by hand.

    OtaSanek
  • Avatar
    oldforum
    0
    Comment actions Permalink
    HI !

    We are definitely interested in your changes. Please, send the changes to david.pavlis <at> centrum.cz

    As for the future of the component - it has been created by Kuan Kou who does not seem to be maintaining it any more.
    We have been thinking about recoding this component, but this is currently somewhere in the future.

    David.

Please sign in to leave a comment.