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 somereason the output of The Webservice has all of the <> converted to >< what do i do to solve this problem...
<xsl:variable name="ws" select="'<xsl:variable name="url" select="'demo'"/>
<xsl:variable name="ssnetData" select="document(concat($ws, $url))"/>
Your help is appreciated
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 somereason the output of The Webservice has all of the <> converted to >< what do i do to solve this problem...
<xsl:variable name="ws" select="'<xsl:variable name="url" select="'demo'"/>
<xsl:variable name="ssnetData" select="document(concat($ws, $url))"/>
Your help is appreciated