Hi, tupelo fails to parse an xml document when there is a comment just after the first line `<xml>` declaration: ``` Execution error (ExceptionInfo) at tupelo.core/only (core.cljc:684). only: num-items must=1 ``` I couldn't find anything in the literature to suggest this should fail, thus I expect it to work. The only relevant expected failure is when a comment is before the xml decleration: https://blog.submain.com/using-xml-comments/. To reproduce, run the following ```clojure (tupelo.parse.xml/parse "<?xml version=\"1.0\"?><!-- a comment --><xyz/>") ``` You should get the above exception. Thanks
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ikappaki and has received 2 comments.