Closed (duplicate)
Project:
Import / Export API
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2007 at 10:02 UTC
Updated:
7 Dec 2007 at 19:43 UTC
If an input format i.e. "PHP code" has no element import will fail.
<?xml version="1.0"?>
<drupal>
<input-formats>
<input-format>
<format>1</format>
<format-name>Filtered HTML</format-name>
<roles>
<role>1</role>
<role>2</role>
<role>3</role>
<role>4</role>
</roles>
<cache>1</cache>
</input-format>
<input-format>
<format>2</format>
<format-name>PHP code</format-name>
<cache>0</cache>
</input-format>
<input-format>
<format>3</format>
<format-name>Full HTML</format-name>
<roles>
<role>3</role>
</roles>
<cache>1</cache>
</input-format>
</input-formats>
</drupal>
Comments
Comment #1
sunLooks like a duplicate of http://drupal.org/node/127301