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

    problem with installing vmadditions

    When I try to install mouse support using vmadditions, it searches for the mac address and come back "reboot and select proper device". Any one have encounter this error? Thanks.
  2. cli168

    help with xsl for multiple child node

    We have the following data. row meID EI 1_______a______________a1 _______________________a2 _______________________a3 _______________________a4 2_______b______________b1 _______________________b2 3_______c______________c1 _______________________c2 I would like to use XSL to display...
  3. cli168

    xml element display order

    I am using xsl with xml. I notice that some of the element come out in a different order that on the xsl file. xsl: <Document xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Id="-----TRANSACTION-ID-----"...
  4. cli168

    how to show empty element in tag

    Hi, I use getXML with a stylesheet, in plsql. I notice for the follow defined in the xsl: <Payload Operation="Insert" xmlns=""> the xmlns="", did not show up in the xml but if xmlns has value, ie: <Payload Operation="Insert" xmlns="9999"> then the xmlns show up. I need the xmlns to have no...

Part and Inventory Search

Back
Top