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. modinrico

    XSLT Webservice...

    Tsuji, You speak as if you are better than me or something. But yet you can't seem to understand my questions. Computing is not an experimental science but when I can't find a sollution I create several test scenarios with my problem in them so that I can understand my problem better. If you...
  2. modinrico

    XSLT Webservice...

    3) That is another document i am bringing in locally not from webservice... We can ignore that for now. THose aren't multiple single quotes it is 2 single quotes (to escape it) and one double quote. It serves its purpose. Did you run the XSLT it works it pulls the data from the webservice...
  3. modinrico

    XSLT Webservice...

    Ok i put the web service out there for you to test this with.. Here is my XSL <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="xml" indent="yes"/> <!-- load the merge file --> <xsl:template match="/">...
  4. modinrico

    XSLT Webservice...

    The problem is that i am trying to get it usable. If I select all of it then the data comes escaped. And if I select a <xsl:value-of select="$ssnetData/builder/@code" /> it doesn't work. How do i get the data down from the webservice in a usable state?
  5. modinrico

    XSLT Webservice...

    Hey if you can help me figure this out that would be great I am using <xsl:value-of here is a good chunk of the XSL <xsl:variable name="ws" select="'http://localhost:1538/CDCI/Service.asmx/GetSSnetLayoutXML?BuilderName='"/> <xsl:variable name="url" select="'demo'"/> <xsl:variable...
  6. modinrico

    XSLT Webservice...

    OK New Question... Just when i think I can say Vioala!!! i got it friggin the bird poops on my head ;) I am trying to load my Second XML page from a web service. Cool right? Should be simple. Set upt he webservice for http:Get and cool im getting xml back yay. But its incorrect becaues for...
  7. modinrico

    Using XSLT to merge 2 XML

    Yea that is the answer.. Thanks man...
  8. modinrico

    Using XSLT to merge 2 XML

    This Should be simple but ugh who knows these days ;) I have this XSLT that i am using to try and merge 2 XML documents programamtically. Basically 1 document will be used to fill in gaps on the second document. I understand now how to load a document inta variable and use that but what...

Part and Inventory Search

Back
Top