Click here to Skip to main content
15,913,027 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: HTML from XML Pin
DavidNohejl28-Oct-04 1:49
DavidNohejl28-Oct-04 1:49 
GeneralRe: HTML from XML Pin
Boniolopez28-Oct-04 2:55
Boniolopez28-Oct-04 2:55 
GeneralRe: HTML from XML Pin
DavidNohejl28-Oct-04 6:10
DavidNohejl28-Oct-04 6:10 
GeneralRe: HTML from XML Pin
Boniolopez28-Oct-04 9:29
Boniolopez28-Oct-04 9:29 
GeneralVisualize XML Pin
Boniolopez26-Oct-04 11:21
Boniolopez26-Oct-04 11:21 
GeneralRe: Visualize XML Pin
DavidNohejl27-Oct-04 10:17
DavidNohejl27-Oct-04 10:17 
GeneralRe: Visualize XML Pin
Boniolopez27-Oct-04 23:02
Boniolopez27-Oct-04 23:02 
GeneralRe: Visualize XML Pin
DavidNohejl28-Oct-04 1:33
DavidNohejl28-Oct-04 1:33 
Hi Boni,
Boniolopez wrote:
How can I say the IE that if it meets a tag "Transistor" to take a picture "transistor.gif"
You actually don't say it to IE. Yes, you are supposed to use XSLT. What XSLT do? You have some XML document, and in XSLT you say how to transform it. Result of transformation is usually another XML document, but not allways. You can have XSLT transformation which will output CSV, plain text or whatever. So you will have XLST which will transform XML tag "Transistor" into tag "<img src='transistor.gif' />" The point of use CSS is in absolute positioning, which allow you to arrange images on page.
Example: <img src='transistor.gif' style='position:absolute;left:5px;top:5px'>
will render image with upper-left corner 5 pixels from top of the page and 5 pixels from left border .
btw I've learnt XSLT from (MSDN[^]) I think it's good for u to learn it too (whereever), cuz I think XSLT is very powerful and useful technology... It's not so difficult as it might look Wink | ;)

I hope these information are helpfull... I don't want to write it all, a) it would be so loong post Wink | ;)
b) I want to leave something for u Smile | :)

David

Never forget: "Stay kul and happy" (I.A.)
GeneralXml Search Engine Pin
eliea24-Oct-04 7:08
eliea24-Oct-04 7:08 
GeneralRe: Xml Search Engine Pin
Christian Graus31-Oct-04 9:29
protectorChristian Graus31-Oct-04 9:29 
GeneralRe: Xml Search Engine Pin
eliea8-Nov-04 6:46
eliea8-Nov-04 6:46 
GeneralString convertions Pin
Murlai18-Oct-04 19:49
Murlai18-Oct-04 19:49 
GeneralRe: String convertions Pin
Christian Graus19-Oct-04 10:07
protectorChristian Graus19-Oct-04 10:07 
GeneralFind sub-tree in XML Pin
Stas18-Oct-04 5:33
Stas18-Oct-04 5:33 
Generalimport xml file to access using VB Pin
Anonymous18-Oct-04 0:23
Anonymous18-Oct-04 0:23 
Generalhosting vxml Pin
trefeet13-Oct-04 15:00
trefeet13-Oct-04 15:00 
GeneralSpace in XSL Pin
theJazzyBrain13-Oct-04 0:06
theJazzyBrain13-Oct-04 0:06 
GeneralRe: Space in XSL Pin
Stuart Dootson13-Oct-04 1:41
professionalStuart Dootson13-Oct-04 1:41 
GeneralRe: Space in XSL Pin
theJazzyBrain13-Oct-04 3:54
theJazzyBrain13-Oct-04 3:54 
Generalreading XML-File from buffer Pin
martin_u11-Oct-04 4:58
martin_u11-Oct-04 4:58 
GeneralRe: reading XML-File from buffer Pin
aacool11-Oct-04 5:54
aacool11-Oct-04 5:54 
GeneralSending XML to server via HTTP Pin
sgivoni11-Oct-04 0:38
sgivoni11-Oct-04 0:38 
GeneralRe: Sending XML to server via HTTP Pin
Alex Korchemniy16-Oct-04 11:33
Alex Korchemniy16-Oct-04 11:33 
GeneralXSL Transform to HTML Pin
Adam Gritt8-Oct-04 4:54
Adam Gritt8-Oct-04 4:54 
GeneralRe: XSL Transform to HTML Pin
Christian Graus17-Oct-04 11:03
protectorChristian Graus17-Oct-04 11:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.