資料庫在時回加for xml auto
呼叫方法
SqlCommand SqlComm= new SqlCommand("Psp_ShowMarkerPRoduct",Db.SqlConn); XmlReader Xr= SqlComm.ExecuteXmlReader(); XmlDocument xmlDoc=new XmlDocument(); xmlDoc.Load(Xr); Xml1.Document=xmlDoc; SqlComm.Dispose();
一定要產生xmldoc物件 否則系統提示錯誤!呵呵 這個該死的錯誤困惑了我好久
xsl檔
<?xml version="1.0" encoding="GB2312" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ... </xsl:template> </xsl:stylesheet>
以上就是取得mssql的xml回傳結構的方法的內容,更多相關內容請關注PHP中文網( www.php.cn)!