Skip to content

Commit

Permalink
Added conversion test for <literal>
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Jun 22, 2018
1 parent 90e3146 commit 7bf329e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
Expand Up @@ -3,7 +3,11 @@
xmlns:image="http://ez.no/namespaces/ezpublish3/image/"
xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/"
xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph>test</paragraph>
<paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">
<literal>literal text</literal></paragraph>
<paragraph>foobar1.</paragraph>
<section>
<paragraph
xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/" ez-temporary="1">
<literal>foobar2.</literal>
</paragraph>
</section>
</section>
@@ -0,0 +1 @@
error:Validation errors when converting ezxmltext for contentobject_attribute.id=

This file was deleted.

@@ -0,0 +1,7 @@
<section
xmlns="http://docbook.org/ns/docbook"
xmlns:ezcustom="http://ez.no/xmlns/ezpublish/docbook/custom"
xmlns:ezxhtml="http://ez.no/xmlns/ezpublish/docbook/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0-variant ezpublish-1.0">
<!--Literal not yet supported. So text in literal will not necessary be placed inside a paragraph atm. A error will be raised though-->
<para>foobar1.</para>foobar2.</section>

0 comments on commit 7bf329e

Please sign in to comment.