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 strongm 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. dsetzer

    Loops in XML

    I change my xsl:stylesheet tag to read: <xsl:stylesheet version='1.0' xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot;> And this fixed the problem. The drop-down lists generate fine and everything! Thanks for your help. I'll probably have more questions, but, this was a great start.
  2. dsetzer

    Loops in XML

    Avator - Thanks for the great post, but, now when I try to transform my XML sheet I'm getting an error: Keyword xsl:call-template may not be used in namespace http://www.w3.org/TR/WD-xsl. We are using a custom object as a wrapper around the MSXML DOM. If I use it directly, I'm expecting...
  3. dsetzer

    Loops in XML

    All programming languages have a for/next or do/while or while/wend or etc.. loops that allow them to do the same thing, incrementing a variable. I've been looking through XSL reference and haven't been able to find a way do doing this, yet. What I am trying to do is take XML: <item>...
  4. dsetzer

    XML Balanced Tag Alternative???

    There is a product called Pageflex MPower that does what you are talking about. It's quite pricey, though.

Part and Inventory Search

Back
Top