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

    Deleting Node with Empty Element

    Hi @all, may somebody can help me out. I would like to remove a node which has empty element, something like this: <start> <node 1> <NonEmpty> Some Text </NonEmpty> <node 2> <Empty> </Empty> </node 2> </node 1> </start> into : <start> <node 1>...
  2. xslnew1

    html tables

    Hi, could someone help me out creating an stylesheet to create an table for an html output. Here is an example : <Client> <Access time = "10.00" location ="server"> A </Access> <Access time = "10.01" location ="server"> B </Access> <Access time = "10.02" location ="server"> C </Access>...
  3. xslnew1

    changing extensions

    hello all, i have a problem changing extension of an text element. I hope someone can help me. The situation is as follwing: xml-input: <Elements> <Element type="any" isReadable="true"> ElementName <Element type="all" isValide="true"> Element_xy.html </Element> </Elemenst>...

Part and Inventory Search

Back
Top