Menu

DOM parser FindByLocalName

2015-07-13
2015-08-12
  • Grigoriy Poverenniy

    Hallo!
    DOM parser FindByLocalName,
    I not found this function...

     
  • Ondrej Pokorny

    Ondrej Pokorny - 2015-07-13

    And what should the function do? There is no DOM standard function called "FindByLocalName" (correct me if I am wrong).

    In OXml*DOM there are functions: GetElementsByTagName, SelectNode, ..., ...

     
  • Grigoriy Poverenniy

    Ok. I make my func.

     
  • Grigoriy Poverenniy

    In XSD files all names have prefix ('xs:' or any). How I can find child node by local name, i.e. without prefix?

     
  • Anonymous

    Anonymous - 2015-08-12

    GetElementsByTagNameNS
    or use the LocalName property of TXMLNode.

     

    Last edit: Anonymous 2015-08-12

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.