Huma 0 Posted March 11, 2006 Report Share Posted March 11, 2006 Dear All,i want to extract news from xml file and then save these news seperately in text file by using xslt.i"ll use xsl:out ,am i right?but how news will be saved automatically in seperate text file.Thanx in advanceHumaBye Quote Link to post Share on other sites
boen_robot 107 Posted March 11, 2006 Report Share Posted March 11, 2006 Using XSLT alone and previewing the XML file, you can only see what the result will be like. To get the actual thing and/or manipulate it, you need a server side script.So there you go. You need a server side script, that will process the XSLT transformation, store the result, and save it as a separate file. Quote Link to post Share on other sites
Huma 0 Posted March 13, 2006 Author Report Share Posted March 13, 2006 Helloi am not getting how to use server side script to extract news from a xml file and save them seperately in text files?i want to save every news in a seprate text file.is there any other way to do this?Can u give me idea?Thanx in advanceHuma Using XSLT alone and previewing the XML file, you can only see what the result will be like. To get the actual thing and/or manipulate it, you need a server side script.So there you go. You need a server side script, that will process the XSLT transformation, store the result, and save it as a separate file.<{POST_SNAPBACK}> Quote Link to post Share on other sites
boen_robot 107 Posted March 13, 2006 Report Share Posted March 13, 2006 Helloi am not getting how to use server side script to extract news from a xml file and save them seperately in text files?i want to save every news in a seprate text file.is there any other way to do this?Can u give me idea?Thanx in advanceHuma There's no way without a server side script. As for what is the server side script or it's code... I have no idea. I haven't attempted this. I only know it's not possible via markup languages and client side ones. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.