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 Mike Lewis 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. Lucefirus

    Firefox not scripting <embed> tag!

    I have a hidden embed tag in my document, it plays fine in MSIE, but in mozilla, it does not script. for instance, it is an asx file, so the coding to get to the next track would be document.getElementById("player").next(); however mozilla says htis is not a function. what dod i do?!
  2. Lucefirus

    Get first object of list in XML

    yes
  3. Lucefirus

    Parsing XML help

    I have an xml file and an xsl stylesheet, but some browsers do not display it with the xsl styles. How would i display it to people running other browsers? is there a simple way with Perl for inistance? i need it to parse tags and tag attributes as well
  4. Lucefirus

    Get first object of list in XML

    i have an xsl stylesheet, what i want to know is what to do in order to reference the FIRST item of the list. i want the first item of every letter as i want to add something to them.
  5. Lucefirus

    Replacing text with xsl

    i am outputting contents of an xml file into html via xsl. for instance, i have a <block> tag and in it there is an <lnk> tag such as this: <block>content goes <lnk name=linktowherever>here</lnk></block>, i print out the block contents with the value-of tag, but how do i replace those lnk tags...
  6. Lucefirus

    Get first object of list in XML

    I have for instance ten entries, 5 beginning with A and five with B (these are examples). i want to insert html before the first entry of each letter. how do i do this

Part and Inventory Search

Back
Top