#include <stdio.h>
#include <stdlib.h>
#include "procTypes.h"
#include "EXISerializer.h"
#include "EXIParser.h"
#include "stringManipulate.h"
#include "grammarGenerator.h"
Go to the source code of this file.
|
char * | XSI = "http://www.w3.org/2001/XMLSchema-instance" |
|
char * | XS = "http://www.w3.org/2001/XMLSchema" |
|
char * | EXEMPLE = "http://www.exemple.com/XMLNameSpace" |
|
int | expectAttributeData = 0 |
|
#define check |
( |
|
str) | |
if (tmp_err_code != EXIP_OK) { printf (" =====> Err line %d (%s) code:%d\n", __LINE__, str, tmp_err_code); exit(0); } |
#define MAX_XSD_FILES_COUNT 10 |
#define OUTPUT_BUFFER_SIZE 2000 |
int main |
( |
int |
ac, |
|
|
char ** |
av |
|
) |
| |
void printQName |
( |
const QName |
qname) | |
|
char* EXEMPLE = "http://www.exemple.com/XMLNameSpace" |
int expectAttributeData = 0 |
char* XS = "http://www.w3.org/2001/XMLSchema" |
char* XSI = "http://www.w3.org/2001/XMLSchema-instance" |