pugXML parser - dumping to XML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Carl Forsman

    pugXML parser - dumping to XML

    I use the pugXML parser



    How can I dump the "IN memory" DOM tree into XML file?

    I cannot found a function that can do that.
  • Carl Forsman

    #2
    Re: pugXML parser - dumping to XML

    On Sun, 16 Nov 2008 02:35:37 -0800, Carl Forsman
    <fatwallet951@y ahoo.comwrote:
    >I use the pugXML parser
    >
    >http://www.codeproject.com/KB/cpp/pugxml.aspx
    >
    >How can I dump the "IN memory" DOM tree into XML file?
    >
    >I cannot found a function that can do that.
    more specfic

    Public void
    outer_xml(std:: basic_ostream<T CHAR,std::char_ traits<TCHAR>&, TCHAR =
    _T('\t'), bool = true)

    how can use this function to output to XML

    Comment

    • red floyd

      #3
      Re: pugXML parser - dumping to XML

      Carl Forsman wrote:
      On Sun, 16 Nov 2008 02:35:37 -0800, Carl Forsman
      <fatwallet951@y ahoo.comwrote:
      >
      >I use the pugXML parser
      >>
      >http://www.codeproject.com/KB/cpp/pugxml.aspx
      >>
      >How can I dump the "IN memory" DOM tree into XML file?
      >>
      >I cannot found a function that can do that.
      >
      more specfic
      >
      Public void
      outer_xml(std:: basic_ostream<T CHAR,std::char_ traits<TCHAR>&, TCHAR =
      _T('\t'), bool = true)
      >
      how can use this function to output to XML
      >
      What is your question about the C++ language proper? Questions about
      specific third party libraries are off-topic here. Doesn't that project
      have a forum/help/documentation? Ask there.

      Comment

      Working...