<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6001.18444" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i'm using param SLD like this :</FONT></DIV>
<DIV><B><FONT color=#7f0055 size=2><FONT color=#7f0055 
size=2></B></FONT></FONT><FONT face=Arial size=2></FONT><FONT size=2><FONT 
face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>wmsLayer = new OpenLayers.Layer.WMS( 
'layer',<BR>&nbsp;'<A 
href="http://localhost:8080/geoserver/wms'">http://localhost:8080/geoserver/wms'</A>, 
{<BR>&nbsp;&nbsp;layers: 'ns:mylayer',<BR>&nbsp;&nbsp;transparent: 
true,<BR>&nbsp;&nbsp;<STRONG>sld: '</STRONG><A 
href="http://localhost/geo/mySLD.sld'"><STRONG>http://localhost/geo/mySLD.sld'</STRONG></A><BR>&nbsp;},{<BR>&nbsp;transitionEffect: 
'resize',opacity:1<BR>&nbsp;}<BR>);</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>it works fine, but only in the case where i 
specify full URL of the SLD (absolute path with 
http://..........).</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial>i would like to specify a SLD with a relative 
path, like sld: '../geo/mySLD.sld' but it's not working</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>what is the base folder specify by "./" in 
the SLD param ? how could i get it with relative path ?</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial>thanks for help</FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=2><FONT face=Arial>flo</DIV>
<DIV><BR></DIV></FONT></FONT></BODY></HTML>