0

hi all can you tell me how to create a binary XML ?

<?xml version="1.0" encoding="US-ASCII"?>
<list>
    <item>images10.gif</item>
    <item>images19.gif</item>
    <item>images18.gif</item>
    <item>images17.gif</item>
    <item>images16.gif</item>
</list> 

how to covert this to BXML?

1 Answer 1

2

There are a few competing standards. If you don't want to complicate things, just use a well defined compression algorithm, like zip, 7zip, gzip, rar or something else.

If you wanted to include content from images files, then you have to parse your xml and put those files' data in your xml file. Just be sure to escape that data with CDATA.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.