You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with reader.attribute_nodes and reader.attributes methods.
a) reader.attribute_nodes doesn't seem to work as expected? If I remove xsi:schemaLocation from the XML it works ok. Assertion failed: (doc->_private), function Nokogiri_wrap_xml_namespace, file xml_namespace.c, line 41. Abort trap: 6
b) reader.attributes returns {"xmlns:xsi"=>"http://www.w3.org/2001/XMLSchema-instance", "schemaLocation"=>"url filename.xsd"}. How can I get ns/prefix for schemaLocation?
Hi,
I'm having issues with reader.attribute_nodes and reader.attributes methods.
a) reader.attribute_nodes doesn't seem to work as expected? If I remove xsi:schemaLocation from the XML it works ok. Assertion failed: (doc->_private), function Nokogiri_wrap_xml_namespace, file xml_namespace.c, line 41. Abort trap: 6
b) reader.attributes returns {"xmlns:xsi"=>"http://www.w3.org/2001/XMLSchema-instance", "schemaLocation"=>"url filename.xsd"}. How can I get ns/prefix for schemaLocation?
With best regards,
Jussi
The text was updated successfully, but these errors were encountered: