Skip to main content
Participant
January 22, 2013
Question

Captivate 6, xml import to glossary failed, followed XMLBit format

  • January 22, 2013
  • 1 reply
  • 929 views

Captivate 6, xml import to glossary failed, followed XMLBit format; not finding any work around or troubleshooting

do i save the file as XMLBit.xml? or soemthing different?  does the file encoding standard matter?

This topic has been closed for replies.

1 reply

Participating Frequently
January 31, 2013

Hi Rick,

Thank you for contacting Adobe Support.

Did your XML followed the syntax for adding Term and Definition --

<XMLBit>

    <term>

      <label>Term Label1</label>

      <def>Some Information</def>

   </term>

   <term>

      <label>Test Label2</label>

      <def>Some Other Definition</def>

   </term>

</XMLBit>

I was able to import the XML with this definition