Hi Jonathan
in asp just do
set xml= server.createObject("msxml2.domdocument")
xml.load(request)
xml.save server.mapPath("savedFile.xml")
hth
Holger
Jonathan mayer schrieb:
> Sorry Martin,
>
> Just to Clarify:-
>
>
> This is more a scripting question that a postURL
> question.
>
> Am used to asp and obviously can work with
> request.querystring and session etc but am puzzled as
> to how I access this data.
>
> Jonathan
>
>
> --- Martin Honnen <[EMAIL PROTECTED]> wrote:
>
> > --- In [email protected], Jonathan
> > mayer <[EMAIL PROTECTED]>
> > wrote:
> >
> > > What format is it being posted in?
> >
> > See <http://wiki.svg.org/PostURL>, you can pass in
> > the content type as
> > an optional argument e.g. if you want to post XML
> > you could do e.g.
> > postURL('whatever.php', printNode(someNode),
> > callbackFunction,
> > 'application/xml')
> > or
> > postURL('whatever.php', printNode(someNode),
> > callbackFunction,
> > 'image/svg+xml')
> > That way the server side script needs to read the
> > request body and
> > parse the XML posted.
> >
> >
> >
> >
> >
>
>
>
>
> ___________________________________________________________
> Win a BlackBerry device from O2 with Yahoo!. Enter now.
> http://www.yahoo.co.uk/blackberry
>
>
> -----
> To unsubscribe send a message to:
> [EMAIL PROTECTED]
> -or-
> visit http://groups.yahoo.com/group/svg-developers and click "edit my
> membership"
> ----
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "svg-developers
> <http://groups.yahoo.com/group/svg-developers>" on the web.
>
> * To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
--
if this information was usefull, please try to help someone else !
My Private Homepage: http://www.treebuilder.de
My Companys Website: http://www.klimapartner-berlin.de
-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/