hi,
Oxygen author displays the below Error text in dialogue box.i choose first option and paste it. The paste location is within the SECTION tag.
1)
inside the closest sec1 element, to the left of the current position
2)at current position as plain text
3)at current position even if invalidi got error after i paste and also href tag is not pasted properly. see the below sample code.
i copy the content from :
http://en.wikipedia.org/wiki/HyacinthsThe content is :
Hyacinth bulbs are poisonous; they contain oxalic acid.[4] Handling hyacinth bulbs can cause mild irritation to people with sensitive skin. Protective gloves may be worn to avoid irritation.
Contents
[hide]
* 1 Myth associated with Hyacinth
* 2 See also
* 3 References
* 4 External links
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.oasis-open.org/docbook/xml/5.0/rng/docbook.rng" schematypens="http://relaxng.org/ns/structure/1.0"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
<title>Book Template Title</title>
<author>
<orgname>Organization Name</orgname>
<address>
<city>City</city>
<street>Street</street>
<postcode>000000</postcode>
<country>Country</country>
</address>
<email>user@example.com</email>
</author>
</info>
<part>
<title>First Part</title>
<subtitle>Subtitle of First Part</subtitle>
<chapter>
<title>Chapter Title</title>
<subtitle>Subtitle of Chapter</subtitle>
<sect1>
<title>Section1 Title</title>
<subtitle>Subtitle of Section 1</subtitle>
<para/>
<para>Hyacinth bulbs are poisonous; they contain <link
xlink:href="http://en.wikipedia.org/wiki/Oxalic_acid">oxalic
acid</link>.<link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#cite_note-3">[4]</link>
Handling hyacinth bulbs can cause mild irritation to people with sensitive skin.
Protective gloves may be worn to avoid irritation.</para>
<informaltable class="toc" xml:id="toc">
<tbody>
<tr>
<td rowspan="1" colspan="1"> Contents [<link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#"
xml:id="togglelink">hide</link>] <itemizedlist>
<listitem>
<para><link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#Myth_associated_with_Hyacinth"
>1 Myth associated with Hyacinth</link></para>
</listitem>
<listitem>
<para><link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#See_also"
>2 See also</link></para>
</listitem>
<listitem>
<para><link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#References"
>3 References</link></para>
</listitem>
<listitem>
<para><link
xlink:href="http://en.wikipedia.org/wiki/Hyacinths#External_links"
>4 External links</link></para>
</listitem>
</itemizedlist></td>
</tr>
</tbody>
</informaltable>
<para>
</para>
</sect1>
</chapter>
</part>
</book>