-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I have found that the parser will skip over these and not pull in the passages that include referenced relative xml files
Unconverted Source file example
Question.xml
<item title="Question #1" ident="Quest1">
<presentation>
<material>
<mattext texttype='text/html' embedded='xml'>q1.xml</mattext>....
q1.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<passage>
<title><![CDATA[Except from <U>Partners of Chance ]]></title>
<paragraph id="1"><![CDATA[</B></P><P><B>Henry Hebert Knibbs</B></P><P> Little Jim knew that something strange had happened, because Big Jim, his fat
Converted result
q1.xml...
Instead of reading in the referenced xml it will simply just write in the referenced xml file name as text. Not sure if this is expected just thought I would bring it up considering how this is causing a huge pain point for our conversion process based on how many of our assessments are structured