summaryrefslogtreecommitdiff
path: root/lib/wsdl/xmlSchema/import.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wsdl/xmlSchema/import.rb')
-rw-r--r--lib/wsdl/xmlSchema/import.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wsdl/xmlSchema/import.rb b/lib/wsdl/xmlSchema/import.rb
index 2ef3b72ab2..e65641330d 100644
--- a/lib/wsdl/xmlSchema/import.rb
+++ b/lib/wsdl/xmlSchema/import.rb
@@ -30,9 +30,9 @@ class Import < Info
def parse_attr(attr, value)
case attr
when NamespaceAttrName
- @namespace = value
+ @namespace = value.source
when SchemaLocationAttrName
- @schemalocation = value
+ @schemalocation = value.source
else
nil
end