SV: SV: [Geoserver-devel] SLD Validation??

Hi Rasmus,

I tried both of your styles and they both worked for me. The first one i had to put the ogc:Filter element after the MaxScaleDenominator element in the first rule however.

So I am pretty sure that the validator cannot find the the sld schema. I will need a bit more information.

How are you running geosever? Did you use the installer? It could be that I cannot reproduce the problem because I am running from by devel environment. If that is the case it might be a problem with the installer.

-Justin

p.s Dont worry, we wont leave you hanging for the holidays :slight_smile:

Rasmus Lindberg wrote:

Thanks, but it doesn't matter. I run RC7 so I think that

<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0" xsi:schemaLocation="schemas/sld/StyledLayerDescriptor.xsd"
    xmlns="http://www.opengis.net/sld&quot; xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;

should work, but it doesn't.

I would be very happy if you can help me so that I can work over the
holiday.

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: Justin Deoliveira [mailto:jdeolive@anonymised.com] Skickat: den 22 december 2005 18:21
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: SV: [Geoserver-devel] SLD Validation??

Hi Rasmus,

I just found a faq entry for this one.

http://docs.codehaus.org/pages/viewpage.action?pageId=40403

Hopefully that fixes your problem.

-Justin

Rasmus Lindberg wrote:

I can include my SLD-file, but I don't think it matter. I just tried one
more time to Config->Data->Style->New. I set StyleID to "test" and then
tried to upload the file d:\www\SLD\default_line.sld which I copied from

my

GeoServer-folder and I got the same problem. See
http://raz.dns2go.com/sld/styleEditorSubmit.htm
http://raz.dns2go.com/sld/default_line.sld

If you want to see my SLD file that I tried before it is here
http://raz.dns2go.com/sld/storaav.sld

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: geoserver-devel-admin@lists.sourceforge.net
[mailto:geoserver-devel-admin@lists.sourceforge.net] För Justin Deoliveira
Skickat: den 22 december 2005 17:33
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: [Geoserver-devel] SLD Validation??

Hi Rasmus,

Can you include the sld document. Thanks.

-Justin

Rasmus Lindberg wrote:

Sorry for my really bad formulated question.
I start over and try to explain me a bit more.

I have installed RC7 and it seam to work. I have manged to store a

shp-file

and it works to wiew it in uDig. Now I have tried to upload the SLD-file
that I have made for this shp-file. But I get this mess

cvc-elt.1: Cannot find the declaration of element 'StyledLayerDescriptor'.

When it is validated. I have tried to copy-rename-upload one of the
SLD-files that I found in the conf\styles folder but I get the same mess.

What was done with SLD Validation now for RC7? I supposed/hoped that SLD
validation sholud be no problem but I was probobly wrong.

/ Rasmus Lindberg

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log

files

for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Quoting Justin Deoliveira <jdeolive@anonymised.com>:

Hi Rasmus,

I tried both of your styles and they both worked for me. The first
one i
had to put the ogc:Filter element after the MaxScaleDenominator
element
in the first rule however.

So I am pretty sure that the validator cannot find the the sld
schema. I
will need a bit more information.

How are you running geosever? Did you use the installer? It could be
that I cannot reproduce the problem because I am running from by
devel
environment. If that is the case it might be a problem with the
installer.

Also check that you have an sld xsd documents at
http://localhost:8080/geoserver/schemas/sld/ This is where geoserver
looks for them. If they're there, the only thing I could think of is
that maybe your path is kind of weird. What is the path you installed
GeoServer at? We get the local base file path, and then look in
schemas/sld for the xsd file (this is from memory, so slight chance I
could be wrong about that actual path, but I'm pretty sure it's right).

Chris

-Justin

p.s Dont worry, we wont leave you hanging for the holidays :slight_smile:

Rasmus Lindberg wrote:
> Thanks, but it doesn't matter. I run RC7 so I think that
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <StyledLayerDescriptor version="1.0.0"
> xsi:schemaLocation="schemas/sld/StyledLayerDescriptor.xsd"
> xmlns="http://www.opengis.net/sld&quot;
> xmlns:ogc="http://www.opengis.net/ogc&quot;
> xmlns:xlink="http://www.w3.org/1999/xlink&quot;
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
>
> should work, but it doesn't.
>
> I would be very happy if you can help me so that I can work over
the
> holiday.
>
> / Rasmus Lindberg
>
> -----Ursprungligt meddelande-----
> Från: Justin Deoliveira [mailto:jdeolive@anonymised.com]
> Skickat: den 22 december 2005 18:21
> Till: Rasmus Lindberg
> Kopia: geoserver-devel@lists.sourceforge.net
> Ämne: Re: SV: [Geoserver-devel] SLD Validation??
>
> Hi Rasmus,
>
> I just found a faq entry for this one.
>
> http://docs.codehaus.org/pages/viewpage.action?pageId=40403
>
> Hopefully that fixes your problem.
>
> -Justin
>
> Rasmus Lindberg wrote:
>
>>I can include my SLD-file, but I don't think it matter. I just
tried one
>>more time to Config->Data->Style->New. I set StyleID to "test" and
then
>>tried to upload the file d:\www\SLD\default_line.sld which I copied
from
>
> my
>
>>GeoServer-folder and I got the same problem. See
>>http://raz.dns2go.com/sld/styleEditorSubmit.htm
>>http://raz.dns2go.com/sld/default_line.sld
>>
>>If you want to see my SLD file that I tried before it is here
>>http://raz.dns2go.com/sld/storaav.sld
>>
>>
>>/ Rasmus Lindberg
>>
>>
>>-----Ursprungligt meddelande-----
>>Från: geoserver-devel-admin@lists.sourceforge.net
>>[mailto:geoserver-devel-admin@lists.sourceforge.net] För Justin
Deoliveira
>>Skickat: den 22 december 2005 17:33
>>Till: Rasmus Lindberg
>>Kopia: geoserver-devel@lists.sourceforge.net
>>Ämne: Re: [Geoserver-devel] SLD Validation??
>>
>>Hi Rasmus,
>>
>>Can you include the sld document. Thanks.
>>
>>-Justin
>>
>>Rasmus Lindberg wrote:
>>
>>
>>>Sorry for my really bad formulated question.
>>>I start over and try to explain me a bit more.
>>>
>>>I have installed RC7 and it seam to work. I have manged to store a
>>
>>shp-file
>>
>>
>>>and it works to wiew it in uDig. Now I have tried to upload the
SLD-file
>>>that I have made for this shp-file. But I get this mess
>>>
>>>cvc-elt.1: Cannot find the declaration of element
'StyledLayerDescriptor'.
>>>
>>>When it is validated. I have tried to copy-rename-upload one of
the
>>>SLD-files that I found in the conf\styles folder but I get the
same mess.
>>>
>>>What was done with SLD Validation now for RC7? I supposed/hoped
that SLD
>>>validation sholud be no problem but I was probobly wrong.
>>>
>>>/ Rasmus Lindberg
>>>
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through
log
>>
>>files
>>
>>
>>>for problems? Stop! Download the new AJAX search engine that
makes
>>>searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>>>_______________________________________________
>>>Geoserver-devel mailing list
>>>Geoserver-devel@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>>
>>
>>
>>
>
>

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

:frowning: Not my day today
http://localhost:8080/geoserver/schemas/sld works fine. But can still not
get it to work. I have used the Windows installer
http://prdownloads.sourceforge.net/geoserver/geoserver-1.3.0-RC7.exe?downloa
d

and I have installed it in my C:/Program/Java/ folder and ther I put JDK and
JAI too. I have not tried to much otehr stuff today because I fond this
problem and have tried to solve it, but I know that I can view the shp-file
I uploaded.

/Rasmus

-----Ursprungligt meddelande-----
Från: Chris Holmes [mailto:cholmes@anonymised.com]
Skickat: den 22 december 2005 20:00
Till: Justin Deoliveira
Kopia: Rasmus Lindberg; Geoserver-devel
Ämne: Re: SV: SV: [Geoserver-devel] SLD Validation??

Quoting Justin Deoliveira <jdeolive@anonymised.com>:

Hi Rasmus,

I tried both of your styles and they both worked for me. The first
one i
had to put the ogc:Filter element after the MaxScaleDenominator
element
in the first rule however.

So I am pretty sure that the validator cannot find the the sld
schema. I
will need a bit more information.

How are you running geosever? Did you use the installer? It could be
that I cannot reproduce the problem because I am running from by
devel
environment. If that is the case it might be a problem with the
installer.

Also check that you have an sld xsd documents at
http://localhost:8080/geoserver/schemas/sld/ This is where geoserver
looks for them. If they're there, the only thing I could think of is
that maybe your path is kind of weird. What is the path you installed
GeoServer at? We get the local base file path, and then look in
schemas/sld for the xsd file (this is from memory, so slight chance I
could be wrong about that actual path, but I'm pretty sure it's right).

Chris

-Justin

p.s Dont worry, we wont leave you hanging for the holidays :slight_smile:

Rasmus Lindberg wrote:
> Thanks, but it doesn't matter. I run RC7 so I think that
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <StyledLayerDescriptor version="1.0.0"
> xsi:schemaLocation="schemas/sld/StyledLayerDescriptor.xsd"
> xmlns="http://www.opengis.net/sld&quot;
> xmlns:ogc="http://www.opengis.net/ogc&quot;
> xmlns:xlink="http://www.w3.org/1999/xlink&quot;
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;
>
> should work, but it doesn't.
>
> I would be very happy if you can help me so that I can work over
the
> holiday.
>
> / Rasmus Lindberg
>
> -----Ursprungligt meddelande-----
> Från: Justin Deoliveira [mailto:jdeolive@anonymised.com]
> Skickat: den 22 december 2005 18:21
> Till: Rasmus Lindberg
> Kopia: geoserver-devel@lists.sourceforge.net
> Ämne: Re: SV: [Geoserver-devel] SLD Validation??
>
> Hi Rasmus,
>
> I just found a faq entry for this one.
>
> http://docs.codehaus.org/pages/viewpage.action?pageId=40403
>
> Hopefully that fixes your problem.
>
> -Justin
>
> Rasmus Lindberg wrote:
>
>>I can include my SLD-file, but I don't think it matter. I just
tried one
>>more time to Config->Data->Style->New. I set StyleID to "test" and
then
>>tried to upload the file d:\www\SLD\default_line.sld which I copied
from
>
> my
>
>>GeoServer-folder and I got the same problem. See
>>http://raz.dns2go.com/sld/styleEditorSubmit.htm
>>http://raz.dns2go.com/sld/default_line.sld
>>
>>If you want to see my SLD file that I tried before it is here
>>http://raz.dns2go.com/sld/storaav.sld
>>
>>
>>/ Rasmus Lindberg
>>
>>
>>-----Ursprungligt meddelande-----
>>Från: geoserver-devel-admin@lists.sourceforge.net
>>[mailto:geoserver-devel-admin@lists.sourceforge.net] För Justin
Deoliveira
>>Skickat: den 22 december 2005 17:33
>>Till: Rasmus Lindberg
>>Kopia: geoserver-devel@lists.sourceforge.net
>>Ämne: Re: [Geoserver-devel] SLD Validation??
>>
>>Hi Rasmus,
>>
>>Can you include the sld document. Thanks.
>>
>>-Justin
>>
>>Rasmus Lindberg wrote:
>>
>>
>>>Sorry for my really bad formulated question.
>>>I start over and try to explain me a bit more.
>>>
>>>I have installed RC7 and it seam to work. I have manged to store a
>>
>>shp-file
>>
>>
>>>and it works to wiew it in uDig. Now I have tried to upload the
SLD-file
>>>that I have made for this shp-file. But I get this mess
>>>
>>>cvc-elt.1: Cannot find the declaration of element
'StyledLayerDescriptor'.
>>>
>>>When it is validated. I have tried to copy-rename-upload one of
the
>>>SLD-files that I found in the conf\styles folder but I get the
same mess.
>>>
>>>What was done with SLD Validation now for RC7? I supposed/hoped
that SLD
>>>validation sholud be no problem but I was probobly wrong.
>>>
>>>/ Rasmus Lindberg
>>>
>>>
>>>
>>>
>>>-------------------------------------------------------
>>>This SF.net email is sponsored by: Splunk Inc. Do you grep through
log
>>
>>files
>>
>>
>>>for problems? Stop! Download the new AJAX search engine that
makes
>>>searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
>>>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>>>_______________________________________________
>>>Geoserver-devel mailing list
>>>Geoserver-devel@lists.sourceforge.net
>>>https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>>>
>>
>>
>>
>
>

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

Brent,

Can you try to reproduce this one (or anyone else running windows for that matter).

-Justin

Rasmus Lindberg wrote:

:frowning: Not my day today
http://localhost:8080/geoserver/schemas/sld works fine. But can still not
get it to work. I have used the Windows installer
http://prdownloads.sourceforge.net/geoserver/geoserver-1.3.0-RC7.exe?downloa
d

and I have installed it in my C:/Program/Java/ folder and ther I put JDK and
JAI too. I have not tried to much otehr stuff today because I fond this
problem and have tried to solve it, but I know that I can view the shp-file
I uploaded.

/Rasmus

-----Ursprungligt meddelande-----
Från: Chris Holmes [mailto:cholmes@anonymised.com] Skickat: den 22 december 2005 20:00
Till: Justin Deoliveira
Kopia: Rasmus Lindberg; Geoserver-devel
Ämne: Re: SV: SV: [Geoserver-devel] SLD Validation??

Quoting Justin Deoliveira <jdeolive@anonymised.com>:

Hi Rasmus,

I tried both of your styles and they both worked for me. The first
one i
had to put the ogc:Filter element after the MaxScaleDenominator
element
in the first rule however.

So I am pretty sure that the validator cannot find the the sld
schema. I
will need a bit more information.

How are you running geosever? Did you use the installer? It could be
that I cannot reproduce the problem because I am running from by
devel
environment. If that is the case it might be a problem with the
installer.

Also check that you have an sld xsd documents at
http://localhost:8080/geoserver/schemas/sld/ This is where geoserver
looks for them. If they're there, the only thing I could think of is
that maybe your path is kind of weird. What is the path you installed
GeoServer at? We get the local base file path, and then look in
schemas/sld for the xsd file (this is from memory, so slight chance I
could be wrong about that actual path, but I'm pretty sure it's right).

Chris

-Justin

p.s Dont worry, we wont leave you hanging for the holidays :slight_smile:

Rasmus Lindberg wrote:

Thanks, but it doesn't matter. I run RC7 so I think that

<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
  xsi:schemaLocation="schemas/sld/StyledLayerDescriptor.xsd"
  xmlns="http://www.opengis.net/sld&quot;
  xmlns:ogc="http://www.opengis.net/ogc&quot;
  xmlns:xlink="http://www.w3.org/1999/xlink&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;

should work, but it doesn't.

I would be very happy if you can help me so that I can work over

the

holiday.

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Skickat: den 22 december 2005 18:21
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: SV: [Geoserver-devel] SLD Validation??

Hi Rasmus,

I just found a faq entry for this one.

http://docs.codehaus.org/pages/viewpage.action?pageId=40403

Hopefully that fixes your problem.

-Justin

Rasmus Lindberg wrote:

I can include my SLD-file, but I don't think it matter. I just

tried one

more time to Config->Data->Style->New. I set StyleID to "test" and

then

tried to upload the file d:\www\SLD\default_line.sld which I copied

from

my

GeoServer-folder and I got the same problem. See
http://raz.dns2go.com/sld/styleEditorSubmit.htm
http://raz.dns2go.com/sld/default_line.sld

If you want to see my SLD file that I tried before it is here
http://raz.dns2go.com/sld/storaav.sld

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: geoserver-devel-admin@lists.sourceforge.net
[mailto:geoserver-devel-admin@lists.sourceforge.net] För Justin

Deoliveira

Skickat: den 22 december 2005 17:33
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: [Geoserver-devel] SLD Validation??

Hi Rasmus,

Can you include the sld document. Thanks.

-Justin

Rasmus Lindberg wrote:

Sorry for my really bad formulated question.
I start over and try to explain me a bit more.

I have installed RC7 and it seam to work. I have manged to store a

shp-file

and it works to wiew it in uDig. Now I have tried to upload the

SLD-file

that I have made for this shp-file. But I get this mess

cvc-elt.1: Cannot find the declaration of element

'StyledLayerDescriptor'.

When it is validated. I have tried to copy-rename-upload one of

the

SLD-files that I found in the conf\styles folder but I get the

same mess.

What was done with SLD Validation now for RC7? I supposed/hoped

that SLD

validation sholud be no problem but I was probobly wrong.

/ Rasmus Lindberg

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through

log

files

for problems? Stop! Download the new AJAX search engine that

makes

searching your log files as easy as surfing the web. DOWNLOAD

SPLUNK!

http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

Yes I can reproduce this error... It seems to have been introduced with the new 'data dir' configuration.
Switch back to RC6 and try it. I will try to get it working today.

PS. I thought I had fixed this problem, but I guess not.

Brent Owens
TOPP

Rasmus Lindberg wrote:

:frowning: Not my day today
http://localhost:8080/geoserver/schemas/sld works fine. But can still not
get it to work. I have used the Windows installer
http://prdownloads.sourceforge.net/geoserver/geoserver-1.3.0-RC7.exe?downloa
d

and I have installed it in my C:/Program/Java/ folder and ther I put JDK and
JAI too. I have not tried to much otehr stuff today because I fond this
problem and have tried to solve it, but I know that I can view the shp-file
I uploaded.

/Rasmus

-----Ursprungligt meddelande-----
Från: Chris Holmes [mailto:cholmes@anonymised.com] Skickat: den 22 december 2005 20:00
Till: Justin Deoliveira
Kopia: Rasmus Lindberg; Geoserver-devel
Ämne: Re: SV: SV: [Geoserver-devel] SLD Validation??

Quoting Justin Deoliveira <jdeolive@anonymised.com>:

Hi Rasmus,

I tried both of your styles and they both worked for me. The first
one i
had to put the ogc:Filter element after the MaxScaleDenominator
element
in the first rule however.

So I am pretty sure that the validator cannot find the the sld
schema. I
will need a bit more information.

How are you running geosever? Did you use the installer? It could be
that I cannot reproduce the problem because I am running from by
devel
environment. If that is the case it might be a problem with the
installer.
   

Also check that you have an sld xsd documents at
http://localhost:8080/geoserver/schemas/sld/ This is where geoserver
looks for them. If they're there, the only thing I could think of is
that maybe your path is kind of weird. What is the path you installed
GeoServer at? We get the local base file path, and then look in
schemas/sld for the xsd file (this is from memory, so slight chance I
could be wrong about that actual path, but I'm pretty sure it's right).

Chris

-Justin

p.s Dont worry, we wont leave you hanging for the holidays :slight_smile:

Rasmus Lindberg wrote:
   

Thanks, but it doesn't matter. I run RC7 so I think that

<?xml version="1.0" encoding="ISO-8859-1"?>
<StyledLayerDescriptor version="1.0.0"
  xsi:schemaLocation="schemas/sld/StyledLayerDescriptor.xsd"
  xmlns="http://www.opengis.net/sld&quot;
  xmlns:ogc="http://www.opengis.net/ogc&quot;
  xmlns:xlink="http://www.w3.org/1999/xlink&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;&gt;

should work, but it doesn't.

I would be very happy if you can help me so that I can work over
     

the
   

holiday.

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: Justin Deoliveira [mailto:jdeolive@anonymised.com]
Skickat: den 22 december 2005 18:21
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: SV: [Geoserver-devel] SLD Validation??

Hi Rasmus,

I just found a faq entry for this one.

http://docs.codehaus.org/pages/viewpage.action?pageId=40403

Hopefully that fixes your problem.

-Justin

Rasmus Lindberg wrote:

I can include my SLD-file, but I don't think it matter. I just
       

tried one
   

more time to Config->Data->Style->New. I set StyleID to "test" and
       

then
   

tried to upload the file d:\www\SLD\default_line.sld which I copied
       

from
   

my

GeoServer-folder and I got the same problem. See
http://raz.dns2go.com/sld/styleEditorSubmit.htm
http://raz.dns2go.com/sld/default_line.sld

If you want to see my SLD file that I tried before it is here
http://raz.dns2go.com/sld/storaav.sld

/ Rasmus Lindberg

-----Ursprungligt meddelande-----
Från: geoserver-devel-admin@lists.sourceforge.net
[mailto:geoserver-devel-admin@lists.sourceforge.net] För Justin
       

Deoliveira
   

Skickat: den 22 december 2005 17:33
Till: Rasmus Lindberg
Kopia: geoserver-devel@lists.sourceforge.net
Ämne: Re: [Geoserver-devel] SLD Validation??

Hi Rasmus,

Can you include the sld document. Thanks.

-Justin

Rasmus Lindberg wrote:

Sorry for my really bad formulated question.
I start over and try to explain me a bit more.

I have installed RC7 and it seam to work. I have manged to store a
         

shp-file

and it works to wiew it in uDig. Now I have tried to upload the
         

SLD-file
   

that I have made for this shp-file. But I get this mess

cvc-elt.1: Cannot find the declaration of element
         

'StyledLayerDescriptor'.
   

When it is validated. I have tried to copy-rename-upload one of
         

the
   

SLD-files that I found in the conf\styles folder but I get the
         

same mess.
   

What was done with SLD Validation now for RC7? I supposed/hoped
         

that SLD
   

validation sholud be no problem but I was probobly wrong.

/ Rasmus Lindberg

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
         

log
   

files

for problems? Stop! Download the new AJAX search engine that
         

makes
   

searching your log files as easy as surfing the web. DOWNLOAD
         

SPLUNK!
   

http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through
log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD
SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel