Author |
Message
|
gregop |
Posted: Mon Feb 05, 2007 7:19 am Post subject: |
|
|
Voyager
Joined: 24 Nov 2006 Posts: 81
|
Quote: |
DECLARE path CHARACTER ‘a.b’;
SET OutputRoot.XML.{path} = ‘aaa’;
|
You should be able to do this with EVAL.
Something like:
DECLARE path CHARACTER 'a.b';
DECLARE value CHARACTER 'aaa';
EVAL('SET OutputRoot.XMLNS.' || path || '= value') ; |
|
Back to top |
|
 |
theone |
Posted: Mon Feb 05, 2007 7:53 am Post subject: |
|
|
Novice
Joined: 04 Dec 2006 Posts: 15
|
You are good
Thanks a lot. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 05, 2007 7:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The performance won't be very good, though. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
theone |
Posted: Mon Feb 05, 2007 8:56 am Post subject: |
|
|
Novice
Joined: 04 Dec 2006 Posts: 15
|
Can you think of a better way?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 05, 2007 9:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If I really sat down and worked at it, maybe. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
theone |
Posted: Mon Feb 05, 2007 9:05 am Post subject: |
|
|
Novice
Joined: 04 Dec 2006 Posts: 15
|
Please do  |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 05, 2007 9:06 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Sure.
How much are you willing to pay? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
theone |
Posted: Mon Feb 05, 2007 9:10 am Post subject: |
|
|
Novice
Joined: 04 Dec 2006 Posts: 15
|
|
Back to top |
|
 |
|