是否可以在cdata中使用样式?在“Something Disclaimer”之后我需要换行。在描述中。是否有可能制作“Something Disclaimer!”胆大?
我有以下XML:
<?xml version="1.0" encoding="utf-8"?>
<listings>
<house>
<owner>
<firstname>John</firstname>
<lastname>Doe</lastname>
<website>http://www.mysite.com</website>
</owner>
<address>
<street>1 place</street>
<city>Los Angeles</city>
<state>CA</state>
<postal_code>91011</postal_code>
<country>USA</country>
</address>
<description><![CDATA[Something Disclaimer! blah blah blah]]></description>
</house>
答案 0 :(得分:0)