Forum Discussion
Gilbert_Pilz
13 years agoNew Contributor
I might have figured a work-around for this problem. If I stash the URI of the resource that I use for my initial request in a property, I can expand that property in a namespace declaration like so:
So far, it seems to be working.
declare namespace ns1="${assemblyURI}";
//ns1:assemblyTemplate/ns1:href/text()So far, it seems to be working.