Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: XML Query

    That is excellent, that worked well.

    Thank you very much.

  • RE: XML Query

    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...

  • RE: XML Query

    [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"]

    ...

Viewing 3 posts - 1 through 4 (of 4 total)