Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Dozzer81

    XSLT/ XML failing in Safari browser only

    I thought that safari was a mozilla browser but it seems to be failing to load any of my xslt/xml. My site loads up fine in IE5, IE5.5, IE6, IE7, Firefox, Opera but not in Safari. I'm completely stumped about this. I'm using JavaScript to do the transformation on the client and I don't want to...
  2. Dozzer81

    Preserving Paragraphs and whitespace

    Thanks for the responses, Tsuji that worked a treat.
  3. Dozzer81

    Preserving Paragraphs and whitespace

    In my XML I have a fairly large amount of text for each artist cv. The text is already paragraphed but when I view it through my XSLT all the text is bunched up and not paragraphed anymore, also some symbols are replaced by blocks. I looked around and came across some other forums which...
  4. Dozzer81

    Displaying text and images in XML using XSLT

    I'm new to XML & XSLT and I'm having a problem with some of my coding. I am trying to create a gallery where the user clicks on the thumbnail images of a artist and it displays a larger image of that art along with the title and description for that particular piece of art. So far I have only...
  5. Dozzer81

    Using Javacript onclick event to display xsl:value-of select

    Ok this is what I'm trying to do, when viewing the artists images in a small thumbnail gallery when you click on one of the images you see a larger version of that image(Which I have already achieved) and the title and description of that image is also to be displayed along with the larger image...
  6. Dozzer81

    Problem with dropdown Horizontal navigation in IE7, IE6, IE 5.5, IE5

    I'm having a problem with my CSS for my horizontal navigation, it works fine in Firefox but in IE7, the sub-menu dropdown appears to be behind some of my content but still displays (Which probably is related to the Z-index). The main problem though is that the sub-menu fails altogether in IE6...
  7. Dozzer81

    DHTML Scrollbar failing in XSLT

    Figured out the problem it was the javascript in the header, just moved it to an external javascript file and called it from the xslt header.
  8. Dozzer81

    dhtml scrollbar not displaying properly in xslt

    Figured out the problem it was the javascript in the header, just moved it to an external javascript file and called it from the xslt header.
  9. Dozzer81

    dhtml scrollbar not displaying properly in xslt

    I'm trying to implement a DHTML Scrollbar, but it seems that it doesn't seem to function properly. I think this is to do with the javascript in my XSLT. I would appreciate any help with this as I have had no problem with other javascript coding which I used from dynamicdrive.com. I wont add the...
  10. Dozzer81

    DHTML Scrollbar failing in XSLT

    Ok I have removed <xsl:for-each select="artist"> which was redundant and changed <xsl:value-of select="artistname"/> to <xsl:value-of select="artist/artistname"/>. Thanks for spotting that one, but the issue I'm facing is that the dhtml scrollbar is not displaying at all and it shows just a...
  11. Dozzer81

    DHTML Scrollbar failing in XSLT

    Ok this is my XML: <?xml version="1.0" encoding="ISO-8859-1"?> <artist> <artistname>Dorian Piaskowski</artistname> <artistcv>This is Dorian's cv</artistcv> <art> <img>artistpics/piaskowski-d/cezanne___galleryplayer.jpg</img> <title>Apples</title> <description>Oil on Canvas 120 x...
  12. Dozzer81

    DHTML Scrollbar failing in XSLT

    I'm trying to implement a DHTML Scrollbar, but it seems that it doesn't seem to function properly. I think this is to do with the javascript in my XSLT. I would appreciate any help with this as I have had no problem with other javascript coding which I used from dynamicdrive.com. I wont add the...
  13. Dozzer81

    Problem with XML client side in non IE browsers

    Thanks tsuji this works great! Kind regards Dozzer81
  14. Dozzer81

    Problem with XML client side in non IE browsers

    I'm completely new to XML and am having a major problem trying to display the content in non IE browsers. I have tried various methods including server side which doesn't work at all for me. I think its the javascript but unfortunately I understand html and css a lot better than xml,xslt and...

Part and Inventory Search

Back
Top