1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Progress Sax-reader

Discussão em 'StackOverflow' iniciado por fdantas, Junho 5, 2018.

  1. fdantas

    fdantas Administrator Moderador

    I'm new to the progress Sax-reader. I'm reading an XML and I'm trying to get the value of one of the attributes in a node. Specifically the place-id attribute value.

    <address ssid="32975" place-id="11537" quality="good">


    I'm reading the documentation here: https://documentation.progress.com/...-from-a-sax-attributes-object.html#wwID0ECILM and to me that seems to indicate I should be using

    GET-VALUE-BY-NAMESPACE-NAME( )


    I've written it like this in a CASE:, but haven't been able to get it to work, and can't find any examples:

    WHEN "address" THEN ASSIGN lv-place-id = charData.GET-VALUE-BY-NAMESPACE-NAME('address','place-id').


    Any help appreciated.

    Continue reading...

Compartilhe esta Página