|
From: | Andreas Gaeb |
Subject: | Re: [Paparazzi-devel] Matlab Logviewer/ Matlab xml parser problem |
Date: | Sat, 05 Nov 2011 17:38:30 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 |
Hi Sven, Am 04.11.2011 20:07, schrieb Sven Lorenz:
does anyone (successful) use the matlab log viewer?
Yes, at least I do.
Looks like the Matlab XML parser is not able to cope with the backslash-escaped double quotes in the value attribute. As this is inside Matlab's toolbox code, I see litte chance of fixing it. You can however easily work around it by removing the critical line (or only the \\\" sequences) from your log file. The log viewer only needs to know the <protocol> section of this file.[...] ... [Fatal Error] xyz.log:...: Element type "param" must be followed by either attribute specifications, ">" or "/>" ... the log has in the corresponding line this: <param name = "RADIO_CONTROL_SPEKTRUM_MODEL" value="\\\"subsystems/radio_control/spektrum_dx7se.h\\\""/>
Best regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |