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
While Nodal supports XML namespaces when working with the DOM, its XPath implementation does not support XML namespaces. This limitation arises from pugixml, which lacks namespace support. To work with elements and attributes in documents that use namespaces, you must use their qualified names in your XPath expressions.
78
+
While Nodal supports XML namespaces when working with the DOM, its XPath implementation does not support namespaces. This limitation arises from pugixml. To work with elements and attributes in documents that use namespaces, you must use their qualified names in your XPath expressions.
79
79
80
80
## Contributions
81
81
82
82
Contributions are welcome! If you have ideas, suggestions, or improvements, feel free to open an issue or submit a pull request.
83
83
84
84
## License
85
85
86
-
This project is licensed under the MIT License. See the LICENSE file for details.
86
+
This project is licensed under the MIT License, and so is pugixml. See the respective LICENSE files for details.
0 commit comments