G
Gareth
Hi,
I've been having some odd issues with XMLAfterInsert events in my c# COM
addin.
1. No events are generated for xml node insertion after the first paste in
a long string of stacked pastes, eg holding down ctrl-V.
2. Using newXMLNode.Delete() in responce to XMLAfterInsert events, results
in only half (Rounded upwards) of the nodes in a paste getting
XMLAfterInsert events.
Any way to deal with these problems? My aim here is to be able to stop
users from being able to add XML from my schema to any document they attach
it to, while letting them edit relatively freely otherwise.
Thanks.
I've been having some odd issues with XMLAfterInsert events in my c# COM
addin.
1. No events are generated for xml node insertion after the first paste in
a long string of stacked pastes, eg holding down ctrl-V.
2. Using newXMLNode.Delete() in responce to XMLAfterInsert events, results
in only half (Rounded upwards) of the nodes in a paste getting
XMLAfterInsert events.
Any way to deal with these problems? My aim here is to be able to stop
users from being able to add XML from my schema to any document they attach
it to, while letting them edit relatively freely otherwise.
Thanks.