Go Back   Forum > Tecno-Cool > Hardware & Software

LOGIN / ENTRA

Register FAQ Live Now! Rules Live TV Arcade Search Today's Posts Mark Forums Read




 
 
Thread Tools Search this Thread Display Modes Translate
Prev Previous Post   Next Post Next
  #1  
Old 11-04-2007, 02:31 AM
ABNormal ABNormal is offline
Administrator
 
ABNormal's Avatar
 

Join Date: May 2005
Posts: 4,002
ABNormal is on a distinguished road
Send a message via ICQ to ABNormal Send a message via MSN to ABNormal Send a message via Yahoo to ABNormal
Default

RSS formattato con xsl


da quello che ho visto grazie agli insegnamenti del pazientissimo ogher, se in un xml si indica un xsl quello che ne esce è una visibilità stile HTML della lista.

ora un pò più difficile....
se volessi prendere un RSS o un XML altrui e costringerlo a passare sotto il restyling di un mio XSL, c'è qualche trucco?
in effetti dovrebbe essere l'equivalente di un iframe ma per file XML.
so che per molti sto parlando arabo, e per molti altri (che ne sanno di programmazione) sto parlando da animale di periferia.... ma non mi dispiacerebbe sfruttare le liste altrui per usarne i links con i parametri dei miei programmi.

c'è nessuno che sappia darmi qualche aiuto?
grazie
ABN


PS:
qualcosa l'ho trovato qui:
http://forum.freeflux.net/index.php...goto=1245&rid=0
ma non c'ho capito molto (neanche se sia quello che serve a me )

e forse qualcosa qui (creando un file .asp
HTML Code:
<%@ LANGUAGE = JScript %> <% // Set the source and style sheet locations here var sourceFile = Server.MapPath("ninja.xml"); var styleFile = Server.MapPath("ninja.xsl"); // Load the XML var source = Server.CreateObject("Microsoft.XMLDOM"); source.async = false; source.load(sourceFile); // Load the XSL var style = Server.CreateObject("Microsoft.XMLDOM"); style.async = false; style.load(styleFile); Response.Write(source.transformNode(style)); %>
__________________
«Fino a quando il colore della pelle sarà più importante del colore degli occhi ci sarà sempre la guerra.» Bob Marley

Last edited by ABNormal : 11-04-2007 at 03:02 AM.


Reply With Quote
 







Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


>

All times are GMT +2. The time now is 09:45 AM.



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.