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 Rhinorhino 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: kclan
  • Content: Threads
  • Order by date
  1. kclan

    XSL array variable?

    Is there any implicit method to use array to store the attribute values of a specified element? My task is to check if there is a previous value exists such that there could be different expressions for them. For example, my xml is like this: <p> <c id=1>A</c> <c id=2 ref=1>B</c> <c...
  2. kclan

    How can XSL do it?

    How can I use XSL to view the following XML like this: 1<font color="0000FF">2</font>3<font color="0000FF">4</font>5 ============= test.xml ===================== <?xml version = "1.0"?> <?xml:stylesheet type = "text/xsl" href = "test.xsl"?> <!DOCTYPE format [ <!ELEMENT p ( #PCDATA | s )*...

Part and Inventory Search

Back
Top