有xml文档如下:
<?xml version="1.0" encoding="gb2312"?>
<studentlist>
<student id="s001">
<name>alex</name>
<gender>male</gender>
<birthday>1978.2</birthday>
<score>92</score>
<skill ......
XML code:
<root>
<a_id>1</a_id>
<p_id>0</p_id>
<a_name>订单管理</a_name>
<a_link></a_link>
<a_id>2</a_id>
<p_id>1</p_id>
<a_name>机票订单</a_name>
<a_link> ......
<categorys>
<item>
<type>ALL</ type>
<name>全部信息</name>
</item>
<item>
<type>per</ type>
<name>信息</name>
<Tables>
<Table name="table1">
<Sys>信息1</S ......
xslt文件中解析源码:
<xsl:value-of select="@v_Description"/>
其中@v_Description是从数据库中取的数据,里面就是文本编辑器输入的内容,包含有HTML代码。
目前的显示的把HTML变成<这样的也显示在页面上了,我想要的是怎么才能让这个变量的HTML代码正常显示在网页上
End_rbody_64589362/ ......
各位高手,能帮忙解析下面这个复杂的字符串吗:<注:不是xml文档,是类似于xml格式的字符串>
XML code:
<DMResponse><Code>1</Code><Description>Your request was successfully received and processed.</Description><ResultData><Explanation> Here is the respons ......
<root>
<SaleMan>
<SaleManId>1</SaleManId>
<SaleManCode>001</SaleManCode>
<Nodes>
<Node>
<NodeId>101</NodeId>
<NodeCode>D101</NodeCode>
......