xmlsecurityengine/xmlsec/src/xmlsec_templates.c
branchRCL_3
changeset 33 604ca70b6235
parent 32 889504eac4fb
equal deleted inserted replaced
32:889504eac4fb 33:604ca70b6235
    12 #include "xmlsec_globals.h"
    12 #include "xmlsec_globals.h"
    13 
    13 
    14 #include <stdlib.h>
    14 #include <stdlib.h>
    15 #include <string.h>
    15 #include <string.h>
    16  
    16  
    17 #include <stdapis/libxml2/libxml2_tree.h>
    17 #include <libxml2_tree.h>
    18 #include <stdapis/libxml2/libxml2_globals.h>
    18 #include <libxml2_globals.h>
    19 
    19 
    20 #include "xmlsec_xmlsec.h"
    20 #include "xmlsec_xmlsec.h"
    21 #include "xmlsec_xmltree.h"
    21 #include "xmlsec_xmltree.h"
    22 #include "xmlsec_transforms.h"
    22 #include "xmlsec_transforms.h"
    23 #include "xmlsec_strings.h"
    23 #include "xmlsec_strings.h"
    24 #include "xmlsec_base64.h"
    24 #include "xmlsec_base64.h"
    25 #include "xmlsec_templates.h"
    25 #include "xmlsec_templates.h"
    26 #include "xmlsec_errors.h"
    26 #include "xmlsec_errors.h"
    27 
    27 
    28 //added for symbian port
    28 //added for symbian port
    29 #include <stdapis/libxml2/libxml2_parser.h>
    29 #include <libxml2_parser.h>
    30 
    30 
    31 static int useNewLine = 1;
    31 static int useNewLine = 1;
    32 
    32 
    33 static unsigned char* dsPref = NULL;
    33 static unsigned char* dsPref = NULL;
    34 
    34