↧
XML replace problem
That makes about as much sense as a chocolate frog.But it does work! Thanks very much for your help.THanks!
View ArticleXML replace problem
For empty elements, use the insert syntax instead:SET @xml.modify('insert text {sql:variable("@TempEquip")} into (/Tranx/EquipList/Equipment[sql:variable("@Instance")]/EquipType[1])[1]')
View ArticleXML replace problem
I have two similar sources. One sends me an Equipment-Type, the other sends a blank Equipment-Type but also sends an Equipment-Code.I convert the Equipment Code to an Equipment-Type, then I try to...
View Article