I have an XML doc and I need an XSLT transform that will copy the doc in its entirety changing only 1 line. The current line is of the form:

<Msg>11111</Msg>

and I need to change it to:

<Msg>22222</Msg>

Leaving everything else as is. Can anyone help?