Displaying 1 result from an estimated 1 matches for "createconvert".
Did you mean:
  createcontext
  
2010 Jun 22
0
XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
...el = el[[1]]
           ns = xmlGetAttr(el, "targetNamespace")
           if (verbose) 
               cat("processing (sub) schema", xmlGetAttr(el, "targetNamespace"), 
                   "\n")
           o = processSchemaTypes(el, doc, namespaceDefs, createConverters = FALSE, 
               verbose = verbose)
           o = new("SchemaTypes", o)
           o at elementFormQualified = xmlGetAttr(el, "elementFormQualified", 
               FALSE, as.logical)
           if (length(o)) 
               ans[[ns]] <<- o
       }
       el...