I'm trying to make following structure of XML:

<?xml version="1.0" encoding="utf-8"?>
<source>
  <publisher>Example Job Site</publisher>
  <publisherurl>http://www.examplejobsite.com</publisherurl>
  <lastBuildDate>Fri, 10 Dec 2008 22:49:39 GMT</lastBuildDate>

  <job>[...]</job>
  [...]
  <job>[...]</job>
</source>

Question is, how can I put additional lines into root element (source)?

Thanks.

CommentFileSizeAuthor
#1 views_datasource-2391673-1.patch2.81 KBmrded
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mrded’s picture

Category: Support request » Feature request
FileSize
2.81 KB

Please, take a look my patch.