hi all
I want use sitemap to get the output stream from a servlet.
my sitemap.xml snippest now is like this:
 
<map:match pattern="*.pdf">
   <map:generate src=""http://localhost:7001/baseinfo/getxmldata">http://localhost:7001/baseinfo/getxmldata" />
   <map:transform src=""/>
   <map:serialize type="fo2pdf" />
   </map:match>
getxmldata if for calling the servlet which produce the needed xml stream.
how can I ignore the http://localhost:7001. is there any key to replace it and make it portable and flexible.
 
thanks alot for your attention.


Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Reply via email to