[Fontconfig-bugs] [Bug 23757] Add mode="delete" to <edit>
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 28 03:41:33 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=23757
--- Comment #1 from Akira TAGOH <akira at tagoh.org> 2012-03-28 03:41:33 PDT ---
assuming that "delete" is to delete the specific value in the object from the
pattern and "delete_all" to delete all of values in the object from the pattern
so that the syntax of <edit> requires the object name? so if I want to delete
"ja" from the lang object if any:
<edit name="lang" mode="delete">
<string>ja</string>
</edit>
and to delete everything:
<edit name="lang" mode="delete_all"/> ?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Fontconfig-bugs
mailing list