2

这是我的xml格式。我采取了一些价值观

图片来自内容:substring-before(substring-after(content, "src="),' alt=')

如何将 XML 日期和时间转换为 Unix 时间戳格式。

<?xml version="1.0" encoding="iso-8859-1"?>
<users>
  <user>
	<id>uuid:59b3ba1f-8e9d-48f5-a73c-f404b3a8a697;id=3831</id>
	<content type="html">
<![CDATA[<img src=http://img2.tvtome.com/i/u/0aa3afb3cbe3468fc6e43e50070b0810.png alt= /><p>"With a Little Help From My Friends" is a song written by the Beatles (and expertly covered by Joe Cocker) and it could easily be the subtitle for the thirty minute comedy,</p>]]>
</content>
    <firstname>Sheila</firstname>    
    <address>2 Good St</address>
	<published>2015-04-02T09:11:44-05:00</published>        
    <contact>
      <phone>12341234</phone>
      <url>http://example.com</url>
      <email>pamela@example.com</email>
    </contact>
  </user>
<users>

4

1 回答 1

0

我已经通过为特定字段添加 TAMPER PLUGIN 来解决它

于 2015-05-22T04:55:28.500 回答