Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inclusion of xmls not working #1

Open
branchgabriel opened this issue Aug 13, 2013 · 0 comments
Open

inclusion of xmls not working #1

branchgabriel opened this issue Aug 13, 2013 · 0 comments

Comments

@branchgabriel
Copy link

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&nbsp;<U>Partners of Chance&nbsp;]]></title>
<paragraph id="1"><![CDATA[</B></P><P><B>Henry Hebert Knibbs</B></P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant