diff options
author | David Sommerseth <davids@redhat.com> | 2009-04-29 13:07:16 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-04-29 13:07:16 +0200 |
commit | 7cf8017a95f04d6207ae3bbf923c8be5d873f6a1 (patch) | |
tree | f45e8a6b05d6691ed45ad00c9eab41205e56f2a0 /src/xmlpythonizer.h | |
parent | c6baf0a8f50cc19f319ad13ceeb2c40ace0b4d7e (diff) | |
download | python-dmidecode-7cf8017a95f04d6207ae3bbf923c8be5d873f6a1.tar.gz python-dmidecode-7cf8017a95f04d6207ae3bbf923c8be5d873f6a1.tar.xz python-dmidecode-7cf8017a95f04d6207ae3bbf923c8be5d873f6a1.zip |
Revert "Added filter and filtervalue attributes to xmlpythonizer's <Map> tags"
This reverts commit 4b925a1433b65c217e787804df3cf349d6b387aa.
Discovered that XPath got the needed power for filtering, no need for
this extra feature
Diffstat (limited to 'src/xmlpythonizer.h')
-rw-r--r-- | src/xmlpythonizer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xmlpythonizer.h b/src/xmlpythonizer.h index 8572403..770fa66 100644 --- a/src/xmlpythonizer.h +++ b/src/xmlpythonizer.h @@ -37,10 +37,6 @@ typedef struct ptzMAP_s { ptzTYPES type_value; char *value; // for ptzCONST key contains a static string, // the rest of types, an XPath to XML data - - char *filter; // Used for simple filtering. If NULL, no filtering is performed - char *filtervalue; // Only XML contents which matches the given value will be parsed further - struct ptzMAP_s *child; // Only used for type_value == pyDICT struct ptzMAP_s *next; // Pointer chain |