Hi all!

is there a way to preserve the beginning and ending spaces in the Database xml elements?


In other words If I execute this xQuery

               db:replace("MyDB", "doc.xml", "<a>  stefy  </a>")


the resulted document will be

              <a>stefy</a>

As you can see I lost my beginner and ending spaces.


thanks
Stefania