[Home] [By Thread] [By Date] [Recent Entries]
Thanx Warren!
However - when I use: <saxon:output file="imagefile.txt" method="text"> <xsl:value-of select="."/> </saxon:output> I cannot output text from my stylesheet - only text from the element in my XML-file.
but then I get: <FONT COLOR="#0000FF" ObjectCnt><br><FONT COLOR="#0000FF" ObjectCnt><br rather than: <FONT COLOR="#0000FF"> ObjectCnt</FONT><br/> <FONT COLOR="#0000FF"> ObjectCnt</FONT><br/> (I have 2 ObjectCtn)
... ... <xsl:template match="ObjectCol"> <saxon:output file="imagefile.txt" method="text"> <xsl:apply-templates select="*"/> </saxon:output> </xsl:template> <xsl:template match="ObjectCnt"> <FONT COLOR="#0000FF"> ObjectCnt</FONT><br/> </xsl:template> ... ======================================================= ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



