Menu

Highline Public Schools
15675 Ambaum Blvd. SW Burien, WA 98166

Office Hours:

Monday-Friday: 7:30 a.m. - 4:30 p.m.

Highline Public Schools
15675 Ambaum Blvd. SW Burien, WA 98166

You Are About To Leave the Highline Public Schools Website

You are now leaving the Highline website and will be redirected to a third-party application or website. This site may have advertisements or other content not necessarily endorsed or approved by Highline Public Schools. 

➡️ https://www.obj-sys.com/downloads/xbinder.shtml Download options typically include: | Platform | Package Type | |----------|---------------| | Windows | .exe installer | | Linux | .tar.gz or .rpm / .deb | | macOS | .dmg or .tar.gz |

# 1. Generate code from an XSD file xbinder -schema mySchema.xsd -c -o output_dir gcc -c -I$XBINDER_HOME/include output_dir/*.c 3. Link with XBinder runtime library gcc -o myapp myapp.o output_dir/*.o -L$XBINDER_HOME/lib -lxbinder

1. What is XBinder? XBinder is a commercial code generation tool that converts XML Schema Definitions (XSD), Web Services Description Language (WSDL), and JSON Schema files into compilable source code. It supports multiple programming languages, including C, C++, C#, Java, and Python .