[Gambas-user] xmlDocument Bug 1336

CD claude.dessere at orange.fr
Sat May 2 19:17:02 CEST 2020


Hi,
here is a copy of an email I recently (2020/04/10) sent to Adrien Prokopowicz,
without success!
Decidedly, XML doesn't interest many people in the Gambas community.


Hi,

it's been 22 months since I noticed bug 1336 in 
http://gambaswiki.org/bugtracker/main.
I sent a message to lists.gambas-basic.org on Nov 5, 2019 without any answer.

I updated the different versions of Gambas 
as they are published.
Today I'm in 3.14.3 (see my environment below)

By re-debugging the code I realized that not only the function 
Save of the XmlDocument object truncates the prolog of the xml document,
but that the Open function of the same XmlDocument object also truncates the
same prolog.
And in both cases (Open/Save) the Processing Instruction is deleted.

Moreover, after searching unsuccessfully in the objects of the gb.xml library,
especially in the XmlDocument object, I did not find anywhere a method 
to create/modify a Prologue (https://www.w3.org/TR/xml/#sec-prolog-dtd) 
or a Processing Instruction (https://www.w3.org/TR/xml/#sec-pi).

My only 2 questions are : 
Do you intend to correct these problems? 
and when?

Yours sincerely.


[System]
Gambas=3.14.3
OperatingSystem=Linux
Kernel=4.15.0-96-generic
Architecture=x86_64
Distribution=Ubuntu 18.04.4 LTS
Desktop=MATE
Theme=Gtk
Language=fr_FR.UTF-8
Memory=7853M

[Libraries]
Cairo=libcairo.so.2.11510.0
Curl=libcurl.so.4.5.0
DBus=libdbus-1.so.3.19.4
GStreamer=libgstreamer-1.0.so.0.1405.0
GTK+2=libgtk-x11-2.0.so.0.2400.32
GTK+3=libgtk-3.so.0.2200.30
OpenGL=libGL.so.1.0.0
Poppler=libpoppler.so.73.0.0
QT4=libQtCore.so.4.8.7
QT5=libQt5Core.so.5.9.5
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6

[Environment]
COMPIZ_CONFIG_PROFILE=mate
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DEFAULTS_PATH=/usr/share/gconf/mate.default.path
DESKTOP_SESSION=mate
DISPLAY=:0
GB_GUI=gb.qt5
GDMSESSION=mate
GDM_LANG=fr_FR
GIO_LAUNCHED_DESKTOP_FILE=<home>/Bureau/gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=32288
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GTK_MODULES=appmenu-gtk-module:gail:atk-bridge:canberra-gtk-module
GTK_OVERLAY_SCROLLING=0
HOME=<home>
INSIDE_CAJA_PYTHON=
LANG=fr_FR.UTF-8
LANGUAGE=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_PAPER=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LOGNAME=<user>
MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path
MATE_DESKTOP_SESSION_ID=this-is-deprecated
PAPERSIZE=a4
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/us
r/local/games:/snap/bin
PWD=<home>
QT_ACCESSIBILITY=1
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_QPA_PLATFORMTHEME=gtk2
QT_SCALE_FACTOR=1
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/1410,unix/<hostname>:/tmp/.ICE-
unix/1410
SHELL=/bin/bash
SHLVL=0
SSH_AGENT_PID=1552
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
TZ=:/etc/localtime
UBUNTU_MENUPROXY=1
USER=<user>
XAUTHORITY=<home>/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg
XDG_CURRENT_DESKTOP=MATE
XDG_DATA_DIRS=/usr/share/mate:/usr/local/share:/usr/share:/var/lib/snapd/desktop
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/<user>
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_DESKTOP=mate
XDG_SESSION_ID=c2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200502/8e015947/attachment.html>


More information about the User mailing list