Hmmm, it shouldn't time out after just 5 seconds.
If you want to try the PageBlaster transformXML function it is pretty easy. Just create your own tag as a placeholder that you will replace with a search and replace rule. So if you decided your tag is going to be {MyBigFeed} then you can add that token anywhere in the output of a page using the text/html module or a forum post or directly in a skin.
Then you will create a replacement rule to search for your token, and replace it with the TransformXML function like this: Search For: {MyBigFeed} Replace - Respond With [PB:TransformXML(xmlpath,xslpath)] Now you can use the {MyBigFeed} token anywhere you want that content to show up. |