Netconf notification redirection to cli

Hi
I am user who is trying to automate zome configuration changes using the confd cli that came with device, meaning i can not update the yang data models or confd cli config.
when i execute a rpc, request tx-pwr, the result goes to the netconf notofication. i am able to read that using show netconf notification stream | match tx-pwr command. but the response is not xml and sometimes i get a lot of results because of other users executing the same.
the question is is there a way i can redirect the output to terminal in xml format?

did you try to use | display xml ? E.g.:

show netconf notification stream | display xml