cezheng / Fuzi

A fast & lightweight XML & HTML parser in Swift with XPath & CSS support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow access to namespace URIs

siegesmund opened this issue · comments

I have a use case where I need to access the namespace URIs declared in the root element. Fuzi's default namespace handling works well for me and I have ready access to the prefixes as necessary. But their associated URIs seem to be unavailable. Are namespace URIs currently available via Fuzi's public API? Thanks!