Distribute xml schema without website

RoboCop87

I am creating an XML schema for a program that will be distributed to multiple computers. These other computers will be making their own xml files to conform to this schema. In order for them to reference the schema, the need to have access to that schema. I do not have a website I can post the schema on like is commonly done. I can package the schema along with the program, but then I am not sure how to make it easy for the users of the other computers to reference the schema in their xml files. The file path for each computer would be different.

I want to do something like ROS Launch files where they use $(find program_name)/my_schema.xsd (http://wiki.ros.org/roslaunch/XML) but I do not think that works outside of those launch files. Any suggestions?

Thanks in advance!

kjhughes

If you do not have a website at which to serve your XML Schema file, you can always use a cloud service such as Dropbox or Google Drive, both of which will allow you to make a file publicly available via a URL.

If for some reason you do wish to package the XSDs with the program or XML files of your project, you can avoid problems locating the XSDs on different machines via

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

Spring configuration XML schema: with or without version?

From Dev

Decoding protobuf without schema

From Dev

Xml schema extension order

From Dev

Better Way to Parse XML Without Knowing The Schema Beforehand

From Dev

XML Schema Validation Issue

From Dev

A XML Schema for mysqldump XML

From Dev

Keeping XML DRY without altering the schema

From Dev

Quickbooks xml schema for transactions

From Dev

Problems with XML Schema Nillable

From Dev

XML Schema inheritance

From Dev

Importing XML Schema

From Dev

How to serialize an c# object into xml without schema info?

From Dev

Distribute Java 8 JRE without installation?

From Dev

distribute a number without remainder

From Dev

Single pass EDI parsing without an XML schema - Possible?

From Dev

Hive distribute by vs without distribute by

From Dev

Distribute evenly vertically without flexbox

From Dev

XML schema is resulting in an xml element without a namespace

From Dev

Parse XML Without Knowing The Schema

From Dev

Can I find an example of Java XML configuration without XSD schema or XPATH?

From Dev

Better Way to Parse XML Without Knowing The Schema Beforehand

From Dev

Reusing XML schema elements/types without child complextypes

From Dev

XML schema & xml document not validating

From Dev

Is there an efficient way to distribute beans without annotations?

From Dev

access xml website without domain name

From Dev

converting XML to specific XML schema?

From Dev

XML Schema and XML in one file?

From Dev

Distribute iOS app without phone

From Dev

Elasticsearch: Schema without mapping?