Open paulober opened 3 months ago
It doesn't work as optional so i can parse tags like <MyTag someother="hi"/> only parse tags like <MyTag someother="hi"></MyTag>
<MyTag someother="hi"/>
<MyTag someother="hi"></MyTag>
It doesn't work as optional so i can parse tags like
<MyTag someother="hi"/>
only parse tags like<MyTag someother="hi"></MyTag>