+ -
当前位置:首页 → 问答吧 → 谁知道这样的xml怎样用xsl输出,最好给讲讲??

谁知道这样的xml怎样用xsl输出,最好给讲讲??

时间:2004-03-25

来源:互联网

<?xml version="1.0"?>
<a:multistatus xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:f="urn:schemas:httpmail:" xmlns:c="xml:" xmlns:d="http://schemas.microsoft.com/exchange/" xmlns:e="http://schemas.microsoft.com/repl/" xmlns:g="urn:schemas:calendar:" xmlns:h="urn:schemas:contacts:" xmlns:a="DAV:">
<a:response>
  <a:href>http://nmcexch/exchange/lntrans/%E6%97%A5%E5%8E%86/test.EML</a:href>
  <a:propstat>
   <a:status>HTTP/1.1 200 OK</a:status>
   <a:prop>
     <a:contentclass>urn:content-classes:appointment</a:contentclass>
     <a:creationdate b:dt="dateTime.tz">2004-03-25T05:34:30.908Z</a:creationdate>
     <a:displayname>test.EML</a:displayname>
     <a:getlastmodified b:dt="dateTime.tz">2004-03-25T05:34:51.698Z</a:getlastmodified>
     <a:href>http://nmcexch/exchange/lntrans/%E6%97%A5%E5%8E%86/test.EML</a:href>
     <a:iscollection b:dt="boolean">0</a:iscollection>
     <a:ishidden b:dt="boolean">0</a:ishidden>
     <a:parentname>http://nmcexch/exchange/lntrans/%E6%97%A5%E5%8E%86/</a:parentname>
     <g:lastmodifiedtime b:dt="dateTime.tz">2004-03-25T05:34:51.698Z</g:lastmodifiedtime>
     <e:resourcetag>rt:be07a8b6480df749ad1335a3f0c4d5100001de7a0601e9980dae9c56cf40b2b0e883faf794ff0000016cccc1</e:resourcetag>
   </a:prop>
   </a:propstat><a:propstat>
   <a:status>HTTP/1.1 404 Resource Not Found</a:status>
   <a:prop>
     <a:hassubs/>
     <d:outlookfolderclass/>
     <d:summary-utf8/>
     <e:contenttag/>
     <f:unreadcount/>
     <h:cn/>
   </a:prop>
  </a:propstat>
</a:response>
</a:multistatus>

作者: 唐人   发布时间: 2004-03-25

你想实现的 HTML 呢?

作者: snakevil   发布时间: 2004-03-25

我不知道怎么实现,所以才请教各位大哥

作者: 唐人   发布时间: 2004-03-25

你先把数据移到 HTML
做一个 demo
然后再写 xslt

作者: snakevil   发布时间: 2004-03-26

考,好长,

做几个模版,加急个html标记
然后再看看帮助
岁了应该先看帮助在重复如上步骤
呵呵

作者: zxwboy   发布时间: 2004-05-12