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 IamaSherpa 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. gorgonz

    Mozilla versus I.E. with XSL

    Hi cramd, I have the state 'reading to learn about xml'. Nevertheless I've read an article, where there is reported, that Microsoft implemented xml pretty early for ie. Unfortunatelly the w3c team changed some of the definitions before releasing V1.0. Microsoft did not yet update to this...
  2. gorgonz

    how to debug template rules?

    Having the xml code: <?xml version=&quot;1.0&quot; standalone=&quot;no&quot; ?> <?xml-stylesheet href=&quot;bold.xsl&quot; type=&quot;text/xsl&quot; ?> <container> this is <mybold>bold</mybold> </container> I tried this approach: <xsl:stylesheet version=&quot;1.0&quot...
  3. gorgonz

    XML Dummy's question

    I'm new to the subject myself. What I know from examples is, that scripting codes are fully supported. You do it by tag 'xsl:text' . Here is some example from SelfHTML: <?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?> <xsl:stylesheet version=&quot;1.0&quot...
  4. gorgonz

    how to debug template rules?

    since I'm not to familiar with xsl yet, I would like to do some kind of debugging. I want to understand it in a better way, which template rule created which kind of output. The hard coded way is something like this: <xsl:template match=&quot;mybold&quot;> {mybold}<b> <xsl:apply-templates/>...
  5. gorgonz

    cascading sort of 2 (or more) nodes

    its no problem to do a simple sort of ONE node (author). Just use <xsl:sort select=&quot;(node)&quot; ...> I want to handle the situation, that there might be several entries (author) with the same node value. How can I tell a second sort condition to order those equal ones? criteria could be...

Part and Inventory Search

Back
Top