Viewing 3 posts - 1 through 4 (of 4 total)
I'd like to be able to delete
[xs:element name="TerminalID" type="xs:int" /]
and add a new entry in its place
[xs:element name="TerminalPortID" type="xs:int" /]
I've tried something like this
set @xc.modify('delete //CargoMovementsDefaults/DefaultData')
but I can't...
October 2, 2008 at 9:18 pm
[XmlSerializerSection type="PitToPort.Setup.PerUserDefaultsProfile, Setup, Version=1.0.3197.32668, Culture=neutral, PublicKeyToken=null"]
[PerUserDefaultsProfile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"]
[CargoMovementsDefaults]
[xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet"]
...
October 2, 2008 at 9:17 pm
Viewing 3 posts - 1 through 4 (of 4 total)