10-06-2014 03:13 AM
Hi,
I stumbled across a behaviour that might eiter be a bug or intended behaviour. I'd like to know which of both it is indeed...
In the attached VI, I create a DOM Doc and try to create custom processing information. But it seems, the standard processing information is created also, although I don't want it.
Please see attached VI
I haven't managed to get rid of the default information (using the API)
Cheers
Oli
10-21-2014 08:37 AM
Hi,
The NI XML New.vi automatically generates the standard information because LabView uses UTF-8 encoding by default. So it isn't a bug.
When using the invoke node "append child" then you get both lines. You should first try to use "remove child" or "replace child".
Best regards,
Thomas B.
National Instruments
10-21-2014 08:40 AM
Hi Thomas,
thanks for the suggestion. I've already tried to do so, but failed....
Anyway, I have a workaroung in place... Loading a fixed string into the DOM Document
Cheers
Oli