Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. WBXML encoding/decoding

WBXML encoding/decoding

Scheduled Pinned Locked Moved C / C++ / MFC
data-structuresxmlhelpquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hitonly2008
    wrote on last edited by
    #1

    Hello Everybody! Can anyone tell me how can I encode a xml file to a WBXML file and vice varsa. I am using libwbxml library for the same but not getting the correct results all the time this is giving error statement as Attribute table value not found or Unknown xml language. here is my code encoder = wbxml_encoder_create(); wbxml_encoder_set_use_strtbl(encoder,TRUE); ret = wbxml_tree_from_xml(xml,&tree); wbxml_encoder_set_tree(encoder,tree); ret = wbxml_encoder_encode_to_wbxml(encoder,&wbxml,&wbxml_len); //ret = wbxml_conv_xml2wbxml(xml, &wbxml, &wbxml_len, &params); Thsnks in advance

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups