equal
deleted
inserted
replaced
1114 */ |
1114 */ |
1115 static int |
1115 static int |
1116 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) |
1116 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) |
1117 { |
1117 { |
1118 int ret; |
1118 int ret; |
1119 xmlC14NVisibleNsStack state ; |
1119 xmlC14NVisibleNsStack state ={0,0,0,0,NULL,NULL}; |
1120 int parent_is_doc = 0; |
1120 int parent_is_doc = 0; |
1121 LOAD_GS_SAFE_NODE(cur) |
1121 LOAD_GS_SAFE_NODE(cur) |
1122 |
1122 |
1123 if (!ctx || !cur || (cur->type != XML_ELEMENT_NODE)) { |
1123 if (!ctx || !cur || (cur->type != XML_ELEMENT_NODE)) { |
1124 #ifdef DEBUG_C14N |
1124 #ifdef DEBUG_C14N |