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
Copy file name to clipboardExpand all lines: README.rdoc
+3-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,9 @@ in this case.
95
95
96
96
=== Namespace Support
97
97
98
-
Namespaces are supported via the xml_namespace declaration and the :from and :namespace attr options. See spec/xml/namespace_spec.rb for usage.
98
+
Namespaced nodes are supported via the xml_namespace and xml_namespaces declarations and the :from and :namespace attr options. See spec/xml/namespace_spec.rb for usage.
99
+
100
+
Note that ROXML does not currently support outputting namespaced nodes. This is planned for a future version.
0 commit comments