Hi Cameron,

if you look at the source of the owsContext.xml example 
(http://www.ogcnetwork.net/schemas/owc/0.2.1/owsContext.xml) you'll see 
that the xml namespaces are set:

<OWSContext version="0.2.1"
                            id="ows-context"
                            xmlns="http://www.opengis.net/ows-context/0.2.1";
                            xmlns:xlink="http://www.w3.org/1999/xlink";
                            
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                            xmlns:sld="http://www.opengis.net/sld";
                            xmlns:ogc="http://www.opengis.net/ogc";
                            xmlns:ows="http://www.opengis.net/ows";
                            xmlns:param="http;//www.opengis.net/param"
                            
xsi:schemaLocation="http://www.opengis.net/ows-context/0.2.1 ./owsContext.xsd">

Best regards,
Bart

Cameron Shorter wrote:
> Thanks Tom and Raj.
> I like the way you have added a CHANGES.txt file.
>
> Any chance an example OWSContext.xml document can be included in the 
> 0.3.0 directory? It really helps with implementation.
>
> In the OWSContext.xml example (in 0.2.1) there is no reference to 
> xmlns="..."
> I'm pretty sure this is required if we want to do XSL translations.
> Is this an oversight, or am I missing something?
>
> Kralidis,Tom [Burlington] wrote:
>   
>> NICE!  Notes:
>>
>> - wmc11's namespace will be reverted to http://www.opengis.net/context
>> pending a corrigendum acceptance at OGC
>>
>> - Raj has posted 0.3.0 http://www.ogcnetwork.net/schemas/owc/0.3.0/
>>
>> ..Tom
>>
>>
>>   
>>     
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED] 
>>> [mailto:[EMAIL PROTECTED] On 
>>> Behalf Of Cameron Shorter
>>> Sent: 21 March, 2008 3:28 AM
>>> To: [EMAIL PROTECTED]; Jody Garnett; Lorenzo 
>>> Becchi; mapbuilder-devel
>>> Subject: [Mapbuilder-devel] XSL to convert WMC to OWS Context
>>>
>>> After manually converting a number of WMC files to OWS 
>>> Context I convinced myself that it would be easier to just 
>>> write a stylesheet to do the job for me. As usual, the XSL 
>>> took longer to write than expected, but it was much more satisfying.
>>>
>>> You can try out the stylesheet yourself, it is incorporated 
>>> into Mapbuilder's codebase at:
>>> http://svn.codehaus.org/mapbuilder/trunk/mapbuilder/lib/tool/x
>>> sl/Wmc2OwsContext.xsl
>>>
>>> To run, from a linux command line:
>>>
>>> xsltproc
>>> http://svn.codehaus.org/mapbuilder/trunk/mapbuilder/lib/tool/x
>>> sl/Wmc2OwsContext.xsl
>>> YourWMC.xml > NewOWSContext.xml
>>>
>>> If you find any bugs, please report them in 
>>> http://jira.codehaus.org/browse/MAP, and let me know you have 
>>> reported them.
>>>
>>> --
>>> Cameron Shorter
>>> Geospatial Systems Architect
>>> Tel: +61 (0)2 8570 5050
>>> Mob: +61 (0)419 142 254
>>>
>>> Think Globally, Fix Locally
>>> Commercial Support for Geospatial Open Source Solutions 
>>> http://www.lisasoft.com/LISAsoft/SupportedProducts.html
>>>
>>>
>>> --------------------------------------------------------------
>>> -----------
>>> This SF.net email is sponsored by: Microsoft Defy all 
>>> challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> mapbuilder-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
>>>
>>>     
>>>       
>>   
>>     
>
>
>   


-- 
Bart van den Eijnden
OSGIS, Open Source GIS
[EMAIL PROTECTED]
http://www.osgis.nl


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to