yaccety_sax icon indicating copy to clipboard operation
yaccety_sax copied to clipboard

Fast, StAX-like XML Parser for BEAM Languages

Results 3 yaccety_sax issues
Sort by recently updated
recently updated
newest added

Hi! This is the other side of a similar issue (#8). We sometimes see incomplete documents in a packet, when a large document was split across multiple packets. It would...

Even though this project only "officially" parses UTF-8, `ys_utils:trancoding_file_continuation/2` can check for different encodings and react on them by converting the input stream to UTF-8. It does so by only...

enhancement

Hey! There is no documentation and we would like to try it. Our use case is that we want to modify elements based on their contents. In example reverse contents...