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 Chriss Miller 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: *

  • Users: spiel2001
  • Content: Threads
  • Order by date
  1. spiel2001

    MrTom -- re: LIBXSLT

    I realize this is a tad off-topic for this board... but since you seem familiar with this library... two questions for you: 1) any idea why LIBXSLT is stripping the WIDTH and HEIGHT values off the STYLE attribute in my <SPAN> statements? It's messing up my page formatting as none of the spans...
  2. spiel2001

    Server Side XSLT Transform?

    Okay... I'm about up to my neck in trying to solve all these browser dependent issues with XML/XSLT transforms! I like the idea of leaving the transform to the client as it nicely offloads the processing overhead that the sorting and everything else requires. However, the HUGE issues of trying...
  3. spiel2001

    Netscape 6.2 &quot;STYLE&quot; attributes with XSL

    Okay... on to bigger better problems. I'm having a problem with Netscape 6.2 users and my XSL stylesheets. I make fairly heavy use of <DIV> tags in the transforms and use the &quot;STYLE&quot; attribute of those tags to locate the layouts on the screen (X,Y) and to size them. This works as...
  4. spiel2001

    XML not working in IE 6

    I have a site member who is running IE 6 both at home and at work. When he is at home, he has no problem accessing the XML/XSL pages at the site, but at work it always (every XML/XSL page without exception) results in an error message as follows (below) Anyone have a clue what might be causing...
  5. spiel2001

    Layers broken in Netscape 6.2 &amp; IE 5.5 XSLT???

    I'm having a major layout headache using Netscape 6.2 with XSL stylesheets. I have an example here... The plain HTML document... http://www.marketbeasts.com/xsl/emoticons.html The same thing via an XML document with an XSL stylesheet... http://www.marketbeasts.com/xsl/emoticons.xml These...
  6. spiel2001

    Sorting nodes into a variable

    MrTom -- First, thank you for the tip. I've been playing with it all morning and not getting anywhere. I see exactly how it is supposed to be working, and it makes perfect sense, but I am stuck on a runtime error &quot;variable or parameter 'sorted' must evaluate to a node list&quot; I...
  7. spiel2001

    Arranging data into table rows and columns in XSL?

    This is a re-post of my question. The original question was posted here... thread426-188079 there has been no response and I'm still stuck. Would very much appreciate it if someone could lend me a hand on this. Given a stream of Y data elements, how can I arrange that data into an HTML table of...
  8. spiel2001

    Newbie help with table rows and columns with a variable data set

    This question may seem a bit naive, but it's is really troubling me. I have a data set made up of N groups of some number of images where each group will contain an unknown number of images. I need to arrange those images into tables, using a separate table for each group and then break the...
  9. spiel2001

    Can I determine the document dimensions?

    I am writing an intensive set of XSL transformations for a dynamic web site linking SQL databases to XML output and formatting the output using XSL style sheets. OK... that's pretty run-of-the-mill. One of the problems I am facing is coding the XSL output to the least common denominator. It's...
  10. spiel2001

    Help with XSL sort -vs- XSL Attribute please?

    I have a web site heavily dependent on XML/XSL in which I am using both xsl:sort and xsl:attribute. I am having a conflict and can't seem to resolve it. On the one hand, I can use... <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/TR/WD-xsl&quot;> and make use of the...
  11. spiel2001

    Newbie help please -- xsl:when test syntax problem

    Sorry to ask such a simple question, but I've been trying to finddecent documentation on the test syntax all evening to no avail and time's wasting. What I need to do is very simple... in 'C' syntax... char *my_tag = &quot;123.1&quot;; if( atol( my_tag ) > 0.0 ) do_this(); else if ( atol(...

Part and Inventory Search

Back
Top