Hi Simon, Simon Elbaz <[EMAIL PROTECTED]> writes:
> Hi, > I would like to transmit an axiom_node_t or axiom_element_t > (axis2c-src-0.96) to a Xerces parser (xerces-2.7.0) through for > example a stringbuffer message. > Is it possible to do it and how ? If you need a node as a string there is a function available called, AXIOM_NODE_TO_STRING. Please see axiom_node.h for more information [1]. If you need to use xerces as AXIOM's underlying parser, you need to implement axiom_reader.h and axiom_writer.h interfaces. Such a implemented xml parser wrapper is available in om/src/parser/libxml2 [2] or om/src/parser/guththila directory thanks, Dinesh [1]. http://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom/include/axiom_node.h [2]. http://svn.apache.org/repos/asf/webservices/axis2/trunk/c/axiom/src/parser/libxml2/ -- Dinesh Premalal [EMAIL PROTECTED] WSO2, Inc.; http://www.wso2.com/ GPG Key ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
