After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 145461 - Update xmlcatalog so SGML catalogs not automatically updated
Update xmlcatalog so SGML catalogs not automatically updated
Status: RESOLVED FIXED
Product: libxml
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2004-07-05 16:07 UTC by The Written Word
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to add --no-super-update to disable automatically updating SGML super catalog (3.46 KB, patch)
2004-07-05 16:08 UTC, The Written Word
none Details | Review

Description The Written Word 2004-07-05 16:07:07 UTC
When using xmlcatalog to update an SGML catalog entry, the SGML super catalog is
automatically updated.

At present:
  $ xmlcatalog --noout --sgml --add /tmp/b /tmp/a
will add
  CATALOG "/tmp/a"
to /tmp/b and add
  CATALOG "/tmp/b"
to the super catalog.
Comment 1 The Written Word 2004-07-05 16:08:34 UTC
Created attachment 29240 [details] [review]
Patch to add --no-super-update to disable automatically updating SGML super catalog
Comment 2 Daniel Veillard 2004-08-14 18:09:13 UTC
Sure, no problem, applied, will commit soon.

  Sorry it took so long,

   thanks !

Daniel