From: Michal m. G. <mo...@pr...> - 2005-05-31 20:18:27
|
hello, i am a newbie in sapid. I am trying to make a pure xml output from sapid. Everything works fine now, but i've problem with the links in menu= . I'm not using module rewrite for my webserver, so the path is something like http://localhost/?vpath=3D/en/index the xml output is something like this: <?xml ...> <menu><link href=3D"http://localhost/en/index">index</link></menu> It is generating like i'm using modrewrite, but i need something like <menu><link href=3D"http://localhost/?vpath=3D/en/index">index</link></me= nu> Can you help me please howto make the links looks like without modrewrite= . Thanks a lot. Michal Gron |