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...
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...
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="/">...
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?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.