任何人都可以告诉我如何编写正则表达式来匹配XML文件中的注释,例如,
<!-- Global JNDI resources Documentation at /docs/jndi-resources-howto.html -->
xmlFileContent.replaceAll( "(?s)<!--.*?-->","" );
<!-- Global JNDI resources Documentation at /docs/jndi-resources-howto.html -->
xmlFileContent.replaceAll( "(?s)<!--.*?-->","" );