~juan457/+junk/zorba

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/geo/boundary11.xq

  • Committer: ceejatec
  • Date: 2011-02-23 12:49:34 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:trunk/zorba:9976
Numerous changes to support externalizing modules.
1. Overhauled ZorbaConfig framework to allow easy "finding" of Zorba (either
   from source or installed binary form); consolidated all into top-level
   config/ directory.
2. Moved GENERATE_MODULE_LIBRARY() macro to ZorbaModule.cmake (which is also
   installed); updated to support out-of-core modules.
3. Fixed and improved several features regarding "make install", such as
   enabling RPath, correcting include directories, etc.
4. Consolidated some other project-configuration files into config/, such as
   debian and Fedora packaging files.
5. Added --module-path option to testdriver and testdriver_mt.
6. testdriver is now installed by "make install" (may be revisited).

And, eliminated "geo" module - now available at
  http://zorba.svn.sourceforge.net/svnroot/zorba/modules/geo/trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
import module namespace geo = "http://expath.org/ns/geo";
2
 
declare namespace gml="http://www.opengis.net/gml";
3
 
 
4
 
geo:boundary(<gml:Surface><gml:patches>
5
 
                <gml:PolygonPatch><gml:exterior>
6
 
                    <gml:LinearRing><gml:posList>1 1 2 1 2 2 1 2 1 1</gml:posList></gml:LinearRing>
7
 
                </gml:exterior></gml:PolygonPatch>
8
 
                <gml:PolygonPatch><gml:exterior>
9
 
                    <gml:LinearRing><gml:posList>2 0 3 0 3 3 2 3 2 0</gml:posList></gml:LinearRing>
10
 
                </gml:exterior></gml:PolygonPatch>
11
 
                <gml:PolygonPatch><gml:exterior>
12
 
                    <gml:LinearRing><gml:posList>3 0 4 0 4 3 3 3 3 0</gml:posList></gml:LinearRing>
13
 
                </gml:exterior></gml:PolygonPatch>
14
 
                <gml:PolygonPatch><gml:exterior>
15
 
                    <gml:LinearRing><gml:posList>3 3 4 3 4 8 3 8 3 3</gml:posList></gml:LinearRing>
16
 
                </gml:exterior></gml:PolygonPatch>
17
 
                <gml:PolygonPatch><gml:exterior>
18
 
                    <gml:LinearRing><gml:posList>3 8 4 8 4 9 3 9 3 8</gml:posList></gml:LinearRing>
19
 
                </gml:exterior></gml:PolygonPatch>
20
 
              </gml:patches></gml:Surface>)
 
 
b'\\ No newline at end of file'