Re: Stumped again
- From: Martin Honnen <mahotrash@xxxxxxxx>
- Date: Thu, 04 Sep 2008 18:26:44 +0200
Bob wrote:
UPDATE e
SET xmlEmail.modify('insert <br>{sql:column("t.txtTitle")}</br> into (/email/body/p)[1]')
I couldn't quite get your tags right ( I've used <br></br> instead of <br/> ) but hopefully the technique will work for you?
That can be fixed by using
SET xmlEmail.modify(
'insert (<br/>,text{sql:column("t.txtTitle")}) into (/email/body/p)[1]')
to construct a br element plus a text node.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
.
- Follow-Ups:
- Re: Stumped again
- From: Damien
- Re: Stumped again
- References:
- Stumped again
- From: Leon Mayne
- RE: Stumped again
- From: Bob
- Stumped again
- Prev by Date: RE: Stumped again
- Next by Date: Re: Stumped again
- Previous by thread: RE: Stumped again
- Next by thread: Re: Stumped again
- Index(es):
Relevant Pages
|