OKComputer
Technical User
I'm very new to XML but I have hit my first problem!
I have created a very basic xsd schema, document and xsl stylesheet. I am attempting to display some data that has been entered in the xml document. However, when I go to XSL transformation (I'm using Altova XMLSpy) the html output show's absolutely nothing!)
Here is the code from my XSL stylesheet:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl=" xmlns:fo=" <xsl:template match="/">
<xsl:value-of select="PODS/Customer/Name"/>
</xsl:template>
</xsl:stylesheet>
My XML schema shows PODS as the root element with (amongst other things) Customer separated by a sequencer and finally Code again separated by another sequencer.
Any ideas why this would be? Have I supplied enough information, as you can tell, I'm completely new to XML so you will have to forgive me for my amateurish post!!!
Cheers.
I have created a very basic xsd schema, document and xsl stylesheet. I am attempting to display some data that has been entered in the xml document. However, when I go to XSL transformation (I'm using Altova XMLSpy) the html output show's absolutely nothing!)
Here is the code from my XSL stylesheet:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl=" xmlns:fo=" <xsl:template match="/">
<xsl:value-of select="PODS/Customer/Name"/>
</xsl:template>
</xsl:stylesheet>
My XML schema shows PODS as the root element with (amongst other things) Customer separated by a sequencer and finally Code again separated by another sequencer.
Any ideas why this would be? Have I supplied enough information, as you can tell, I'm completely new to XML so you will have to forgive me for my amateurish post!!!
Cheers.