地理データ等を集約するXMLデータベースシステム
* added an option --filter-file FILE to specify condition to a file.
Here is a sample file of condition.
===========================================================================
<Filter xmlns="http://www.infosharp.org/misp">
<PropertyIsGreaterThan>
<PropertyName>@_create_time_</PropertyName>
<Literal>2000-01-01T00:00:00+09:00</Literal>
</PropertyIsGreaterThan>
</Filter>
===========================================================================
* supported connection over HTTP.
added options as below.
-H, --http (default: false)
-L, --http-address-local-part PATH (default: daruma)
* updated dependent library versions.
xerces-j 2.7.2 -> 2.9.1, xalan-j 2.7.0 -> 2.7.1.
* added an option --filter-file FILE to specify condition to a file.
Here is a sample file of condition.
===========================================================================
<Filter xmlns="http://www.infosharp.org/misp">
<PropertyIsGreaterThan>
<PropertyName>@_create_time_</PropertyName>
<Literal>2000-01-01T00:00:00+09:00</Literal>
</PropertyIsGreaterThan>
</Filter>
===========================================================================
* supported connection over HTTP.
added options as below.
-H, --http (default: false)
-L, --http-address-local-part PATH (default: daruma)
* updated dependent library versions.
xerces-j 2.7.2 -> 2.9.1, xalan-j 2.7.0 -> 2.7.1.