fast_xml icon indicating copy to clipboard operation
fast_xml copied to clipboard

Fast Expat based Erlang XML parsing library

Results 7 fast_xml issues
Sort by recently updated
recently updated
newest added

If syntax_tools is added to the list of applications like this: ```diff diff --git a/src/fast_xml.app.src b/src/fast_xml.app.src index 622e855..6b78df9 100644 --- a/src/fast_xml.app.src +++ b/src/fast_xml.app.src @@ -26,7 +26,7 @@ {vsn, "1.1.49"}, {modules,...

Hi, I'm probably missing somehing but I am trying to figure out if it is possible to consider the body of a particular element as sometihng that does not need...

question

I've been attempting to run the test suite on Fedora Rawhide and it seems to fail to cover compile: ``` $ export VSN=1.1.19 $ export REBAR_VSN_CACHE_FILE=/home/rbarlow/rpmbuild/BUILD/fast_xml-1.1.19/vsn.cache $ export REBAR_DEPS_PREFER_LIBS=TRUE $...

bug

Hi there, I apologize if I'm missing something obvious, but it looks like fast_xml puts out records that are incompatible with things like `xmerl_xpath`. Is that intentional? I wasn't able...

enhancement

Hello! First, thank you for this library. I'm very happy with the performance improvement over xmerl. I have a large XML document I wish to stream, it looks like this:...

enhancement

I was wondering if it makes sense to add support for dirty schedulers and if so, if you have any plans for do it?

enhancement

fast_xml uses functions from the erl_types module from Erlang/OTP. In Erlang 28, this module got changes, and now dialyzer fails: ```sh $ rebar3 dialyzer ===> Verifying dependencies... ===> Analyzing applications......