Skip to main content
Solved

Schema based GML Writer

  • September 9, 2015
  • 1 reply
  • 18 views

Hi all,

 

 

At the moment, I have workspace using XMLTemplater to make desired GML, and after that sending it to text writer to write a file. I saw that there is GML writer that supports user specified schemas. Does someone has an workbench example using this writer? I want to read data from SQL Server Non-Spatial stored procedures and, after transforming them, write them into GML file.

 

 

Thanks!

Best answer by takashi

Hi,

 

 

I myself have no experiences about using the GML writer with a specific application schema, but here is an example.

 

GML Writing with Application Schemas (https://knowledge.safe.com/articles/How_To/GML-Writing)

 

 

If your purpose is to validate the GML document based on a specific application schema, I think the XMLValidator can also be used.

 

 

Takashi
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • Best Answer
  • September 10, 2015
Hi,

 

 

I myself have no experiences about using the GML writer with a specific application schema, but here is an example.

 

GML Writing with Application Schemas (https://knowledge.safe.com/articles/How_To/GML-Writing)

 

 

If your purpose is to validate the GML document based on a specific application schema, I think the XMLValidator can also be used.

 

 

Takashi