RE: XML Stored in a Database

2002-03-17 Thread Learhinan, Lance (DAIS)
Try using this snippet xsl:template match=sql:page_content xsl:value-of disable-output-escaping=yes select=text()/ /xsl:template The main part that you will be interested in is the disable-output-escaping That should do it... LAnce -Original Message- From: Axel Honfi

MS SQL Server and cocoon

2002-03-14 Thread Learhinan, Lance (DAIS)
Has any one had this problem with MS SQL Server and the MS JDBC driver [Microsoft][SQLServer JDBC Driver]Unexpected token type: Unknown token: 0x73 The token is different for different records. This occurs only when the data is coming from and 'ntext' field that is larger than 8k I think. Any