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 Mike Lewis 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. mikeaj1

    Database and XML

    Oracle has built in ways to do this. You can use SQLX, in which you change your query to return the xml structure you want, or you can also use Oracle's XDK. SQLX example: SELECT XMLELEMENT("PARTS", XMLAGG( XMLELEMENT("PART", XMLFOREST(NVL(unit_price...
  2. mikeaj1

    Transform XSL into XSL

    tsuji, thanks so much for your help and detailed explanations! It's working perfectly now! You are no doubt a guru at XSL. Thanks again! -Mike
  3. mikeaj1

    Transform XSL into XSL

    Hi tsuji, Thanks so much for the help! The template is almost working perfectly. I had to remove the @ from <xsl:apply-templates select="@*|node()"/>, but otherwise it was right on the money! The last thing that seems to be happening is that it's escaping my apostrophes and quotation marks. So...
  4. mikeaj1

    Transform XSL into XSL

    Hi tsuji, I had to create a new handle because my old account is throwing an error when I log in. Anyway, thanks for the response! My XSLs are not physical files, but really just a CLOB in the database. I tried to hit my webservice to deliver the xsl by saying <xsl:import...

Part and Inventory Search

Back
Top