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 gkittelson 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. candydu80

    XML parsing with XSL and formatting

    I have a long XML file that I used XSL to extract the useful information(element and value). My question is how can I format it using xsl. I tried to put table width and wrap text options in xsl (i.e. <tr style="word-wrap: break-word" width="200">) but none worked. xsl-fo is more powerful in...
  2. candydu80

    extract tag info

    Another question about the tag, how come xsl can't read the root tag <CS:name>.XSL can't seem to locate the child nodes within this tag. Is it because of the ":"? Thanks in advance for any help.
  3. candydu80

    extract tag info

    How to extract the unit info, "in", from this tag <structureHeight units="in">? Is xsl:text the right command to use? Any help is highly appreciated.
  4. candydu80

    xml tranformation using xsl

    Hi, I am new to xml so forgive me if my question is stupid. I have an xml file that I would like to read into excel with the basically the same format as xml has, tags in one column and the matching values in the next column. Is there a generic xsl codes that does this? You help is very much...

Part and Inventory Search

Back
Top