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: *

  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

    Here is the data: +++++++++++++++++ <EI_GROUP> <EI_GROUP_ITEM> <EI_INFOSYSTEMACRONYMNAME>WAFR</EI_INFOSYSTEMACRONYMNAME> <EI_ENVINTERESTSTARTDATE>2005-07-06</EI_ENVINTERESTSTARTDATE> <EI_INTSTARTDATEQUALIFIERTEXT>Date of Permit...
  3. cli168

    help with xsl for multiple child node

    I now have a need to have child nodes inside a child node. I try the following but did not get anything: +++++++++++++ <xsl:template match="ROW"> <FacilitySiteAllDetails> <FacilitySite> <xsl:apply-templates/> </FacilitySite> </FacilitySiteAllDetails>...
  4. cli168

    help with xsl for multiple child node

    JontyMC, Its working great. Thank-you. Just one small question, how do I format it so that I have line breaks between elements: <Document> <Payload> instead of <Document><Payload> Also, can you recommend a good site that I can learn XSL? Thanks.
  5. cli168

    help with xsl for multiple child node

    What format is your data in? >> Its in XML XML before XSL: ++++++++ <?xml version = '1.0'?> <ROWSET> <ROW num="1"> <FS_FACILITYSITENAME>CSX Intermodal</FS_FACILITYSITENAME> <ML_STFACILITYSYSTEMACRONYMNAME>FDM</ML_STFACILITYSYSTEMACRONYMNAME> <EI_INFOSYSTEMACRONYMNAME>...
  6. cli168

    help with xsl for multiple child node

    For transforming xml, using xslt.
  7. 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...
  8. cli168

    how to show empty element in tag

    We send this file to another site for validation. The validation gives an error when it can not see the empty tag.
  9. 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-----"...
  10. 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