[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#270188: marked as done (python2.3-xmldiff: xupdate output format incorrect (for lexus))



Your message dated Mon, 2 Sep 2019 23:26:41 -0400
with message-id <CAB4XWXxVwipj_O27ADQOsQKHR5NrQm7irX+pWfU_eBCfYQrnPw@mail.gmail.com>
and subject line Removal of xupdate from xmldiff
has caused the Debian Bug report #270188,
regarding python2.3-xmldiff: xupdate output format incorrect (for lexus)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
270188: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270188
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: python2.3-xmldiff
Version: 0.6.4-5
Severity: normal

When i try to use the "lexus" xupdate parser (from xmldb, used by apache
for its xml database; the only xupdate processor supporting variables
i've found yet) i get the following error:

Exception in thread "main" org.apache.crimson.tree.DomEx: INVALID_CHARACTER_ERR: An invalid character was specified, such as in a name.
        at org.apache.crimson.tree.ElementNode2.checkArguments(ElementNode2.java:190)
        at org.apache.crimson.tree.XmlDocument.createElementNS(XmlDocument.java:844)
        at org.xmldb.xupdate.lexus.commands.RenameCommand.execute(Unknown Source)

the error is solved quite easily: remove whitespace in the rename tag:

  <xupdate:rename select="/root[1]/sub[1]" >
sub2
  </xupdate:rename>

becomes
  <xupdate:rename select="/root[1]/sub[1]" >sub2</xupdate:rename>

and it works again.


One more question: since xmldiff is a new package, not widely used:
is it necessary to be compiled for python2.2 and python2.3?
Why not distributing it in source, i believe the interpreted speed
should be sufficient for most users (did you benchmark?).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1+sws+acpi
Locale: LANG=de_DE.UTF-8@euro, LC_CTYPE=de_DE.UTF-8@euro

Versions of packages python2.3-xmldiff depends on:
ii  python2.3                    2.3.4-11sid An interactive high-level object-o
ii  python2.3-xml                0.8.3-5     XML tools for Python (2.3.x)
ii  xmldiff-sgml                 0.6.4-5     xmldiff's DTDS and catalogs.

-- no debconf information


--- End Message ---
--- Begin Message ---
xupdate has been removed from xmldiff 2.3, recently uploaded to
Debian; closing this report

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi

--- End Message ---

Reply to: