我的文字文件
`<product>`
`<label name="hello" id="121"> <title></title> <para></para> </label>`
`<label name="hi" id="122"> <graphics></graphics> <tag></tag> </label>`
`<test> <anchor></anchor> </test>`
`<label name="bye" id="123"> <text></text> <table></table> </label>`
`</product>`
我的输出应为id = 121且id = 123
`<product>`
`<label name="hello" id="121"> <title></title> <para></para> </label>`
`<label name="bye" id="123"> <text></text> <table></table> </label>`
`</product>`
我想得到整个<label>
值,其中id = 121和123,这不是xml所以我不能使用DOM或SAX,请帮我使用java正则表达式