<articles xmlns="http://www.nstl.gov.cn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nstl.gov.cn
NSTL_journalarticle_new.xsd">
<record>
<journal>
<journal_id>ZX200716699043</journal_id>
<issn>1004-731X</issn>
<eissn></eissn>
<coden></coden>
<cn></cn>
<supcrip_num></supcrip_num>
<journal_code></journal_code>
<publisher></publisher>
<year_s></year_s>
<year_e></year_e>
<language>CHI</language>
<country>CHINA</country>
<journal_name>系统仿真学报</journal_name>
<journal_name2></journal_name2>
</journal>
</record>
</articles>上面是一段XML代码
其实还有好多,我就摘了段,对于这个XML里面的内容要在网页上展示出来,让用户修改,修改后再保存到DB中。
有没有什么好的办法呀?
还有,就是对于上面的XML用XSLT取元素的时候,那个命名空间怎么写呀?
<xsl:template match="/">
<xsl:value-of select="journal/journal_id"/>
是取不到东西的