Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-56

canonicalization stylesheet generates wrong XSD type name if source document uses default namespace on the type name

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • s0-pre
    • None
    • None
    • None

      For example if the default namespace is the XSD namespace and there is the following

      <element name="foo" type="int" ...>

      the canonicalization stylesheet will generate

      <xs:element name="foo" type="int" ...>

      instead of

      <xs:element name="foo" type="xs:int" ...>

      as required.

      See this post for more on this "QName madness":

      http://broadcast.oreilly.com/2009/08/converting-xml-schemas-to-sche-1.html

              Unassigned Unassigned
              futrelle Joe Futrelle (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: