Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-1606

File XML importer does not recognise the default XMLNAMESPACE

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.1
    • 8.0
    • Import/Export
    • None

    Description

      When a XML file with default NAMESPACE is being imported, the XMl import wizard created the name space SQL as

      XMLTABLE(XMLNAMESPACES('http://www.opengis.net/kml/2.2' AS, 'http://www.w3.org/2005/Atom' AS atom,
      

      see the missing name after AS and before comma, it should be written as

      XMLTABLE(XMLNAMESPACES(DEFAULT 'http://www.opengis.net/kml/2.2', 'http://www.w3.org/2005/Atom' AS atom,
      

      Attachments

        Activity

          People

            blafond Barry LaFond
            rhn-engineering-rareddy Ramesh Reddy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: