[gdal-dev] Reading gml with schema

Ari Jolma ari.jolma at gmail.com
Wed May 29 07:33:49 PDT 2013


On 05/29/2013 05:00 PM, Even Rouault wrote:
>> Again, being unexperienced
>> with XSLT, I'm not sure but hope that XSLT processors run in sequential
>> mode, thus the reading could be conveniently handled with a pipe. Hmm,
>> how would that actually work, I'm not sure(?).
> I made a quick serach but I couldn't find a definitive answer on whether XSLT
> processors can operate with a SAX parser, and not only on a DOM.

I meant also how would it work with GDAL. How to organize the piping? 
For example with ogrinfo:

mkfifo x
cat maastotieto.gml | xslt > x
ogrinfo x

Would this work?

Ari



More information about the gdal-dev mailing list