Help for this page

Select Code to Download


  1. or download this
    xmlChar * decoded = PmmFastDecodeString( PmmNodeEncoding(real_doc) ,
                                                         ( xmlChar *)strin
    +g,
                                                         ( xmlChar *)real_
    +doc->encoding);
    
  2. or download this
    xmlChar *decoded;
    ......
    decoded = PmmFastDecodeString( PmmNodeEncoding(real_doc) ,
                                                         ( xmlChar *)strin
    +g,
                                                         ( xmlChar *)real_
    +doc->encoding);