src/XmlHandler.h
branchv_0
changeset 12 b8274181b061
parent 8 0fb84b194a8f
child 13 816094aa1fff
equal deleted inserted replaced
11:261754581b2d 12:b8274181b061
    85 		valueCount = 0;
    85 		valueCount = 0;
    86 		columnCount = 0;
    86 		columnCount = 0;
    87 
    87 
    88 		if (relationCount == 0) {
    88 		if (relationCount == 0) {
    89 			output << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << std::endl;
    89 			output << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << std::endl;
    90 			output << "<pipe>" << std::endl;
    90 			output << "<pipe xmlns=\"tag:globalcode.info,2018:relpipe\">" << std::endl;
    91 			// TODO: xmlns
    91 			// TODO: xmlns
    92 		} else {
    92 		} else {
    93 			output << INDENT << INDENT << "</record>" << std::endl;
    93 			output << INDENT << INDENT << "</record>" << std::endl;
    94 			output << INDENT << "</relation>" << std::endl;
    94 			output << INDENT << "</relation>" << std::endl;
    95 		}
    95 		}