XSLTGeneral questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I have a server side RSS feed and would like to completely customise the way it looks and what is viewed. For instance, I don't want any links associated with it...only showing the content. How might I do this?
I was looking at XSLT to tranlate the XML feed but didn't know if this is possible considering the feed will be on a different server and I would be unable to edit it.
If you can only use client-side script then what you want is extremely difficult as you will be loading a document from a different domain and manipulating it which is not allowed by the browser's security system.