I'm not sure why the xml looks as you display, but it is URL encoded,
and using URL Decode should give you the
correct xml. In .Net the call is System.Net.HttpUtility.UrlDecode, for
PHP you can just call "urldecode".
Regards, Kenneth Skovhede, GEOGRAF A/S
Tony skrev:
yes there is a limit b
yes there is a limit but what i want is how to get the xml
l_oSel.FromXml(l_sSelect); the xml i am getting is in raw format
%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3CFeatureSet%3E%0A%3CLayer%20id%3D%223bd14d38--1000-800c-0019d2caa8be%22%3E%0A%3CClass%20id%3D%22De
isn't there a limit in serverconfig on the number of features that can be
selected?
On Thu, Sep 4, 2008 at 6:02 PM, shreepad Ranadive <[EMAIL PROTECTED]>wrote:
>
> i also have same problem any one worked on current selection ??
>
> shreepad
>
>
>
> Tony_mg wrote:
> >
> > String l_sSession = GetP
i also have same problem any one worked on current selection ??
shreepad
Tony_mg wrote:
>
> String l_sSession = GetParameters()["SESSION"];
> String l_sSelect = Request .Form ["SEL"];
>
> MgUserInformation l_oCred = new MgUserInformation(l_sSession);
> MgSiteConnecti
String l_sSession = GetParameters()["SESSION"];
String l_sSelect = Request .Form ["SEL"];
MgUserInformation l_oCred = new MgUserInformation(l_sSession);
MgSiteConnection l_oSite = new MgSiteConnection();
l_oSite.Open(l_oCred);
ArrayLi