We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to clean a XML which looks like :
<config> <bean id="4.1"> <field>field21</field> <labelKey>sec_41_Testlabelwith</labelKey> </bean> <bean id="4.2"> <field>field22</field> <labelKey>sec_42_Testlabel2</labelKey> </bean> <bean id="4.2"> <field>field23</field> <labelKey>sec_42_Testlabel4</labelKey> </bean> </config>
making it looks like as :
The text was updated successfully, but these errors were encountered:
fugerit79
Successfully merging a pull request may close this issue.
We want to clean a XML which looks like :
making it looks like as :
The text was updated successfully, but these errors were encountered: