tools/rpmxp.c File Reference
#include "system.h"
#include <header.h>
#include "rpmxp.h"
#include "debug.h"
Go to the source code of this file.
Define Documentation
Function Documentation
rpmxp rpmxpFree |
( |
rpmxp |
xp |
) |
|
rpmxp rpmxpNew |
( |
const char * |
fn |
) |
|
int rpmxpParseFile |
( |
rpmxp |
xp |
) |
|
int rpmxpProcess |
( |
rpmxp |
xp |
) |
|
int rpmxpRead |
( |
rpmxp |
xp |
) |
|
Variable Documentation
Initial value:
"\
<?xml version=\"1.0\"?>\n\
<!DOCTYPE rpmHeader [\n\
<!ELEMENT rpmHeader (rpmTag+)>\n\
<!ELEMENT rpmTag (string+|integer+|base64+)>\n\
<!ATTLIST rpmTag name CDATA #REQUIRED>\n\
<!ELEMENT string (#PCDATA)>\n\
<!ELEMENT integer (#PCDATA)>\n\
<!ELEMENT base64 (#PCDATA)>\n\
]>\n\
"
Definition at line 11 of file rpmxp.c.