-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Labels
Description
Checklist
- Are you running the latest version?
- Have you included sample input, output, error, and expected output?
- Have you checked if you are using correct configuration?
- Did you try online tool?
Input
<widget>
<selfClosing withAttr="yes" />
<noAttr />
<noSpace/>
</widget>Output
Running on OnLine Tool you can see that, with Allow Boolean Attributes flag ON, when there's no space between TagName and closing tag / will be identified as boolean attributes.
Bad part is the j2xparser will write every selfclosing tag without space before closing tag /> so a second parse will result in an error.
expected data
Would you like to work on this issue?
- Yes
- No
Bookmark this repository for further updates.
Reactions are currently unavailable