[jdom-interest] UTF-8 characters as text inside a node
David Parker
dlparker at facstaff.wisc.edu
Wed Mar 19 13:07:26 PST 2003
JDOMException: in.xml is not well-formed.
Error in building: The data "Valpara?" is not legal for a JDOM character
content: 0xdcef is not a legal XML character.
How would one use "UTF-8 characters" as text?
I have tried it both waays and I get the same error message:
<mattext><![CDATA["Valparaíso"]]></mattext>
<mattext>Valparaíso</mattext>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE questestinterop SYSTEM "ims_qtiasiv1p2.dtd">
<questestinterop>
<item title="Información sobre Chile" ident="Type_MC_001">
<presentation label="Text_MC_001">
<flow>
<response_lid ident="MC_001_a" rcardinality="Single" rtiming="No">
<material>
<mattext>La capital de Chile es ...</mattext>
</material>
<render_choice shuffle="No">
<flow_label>
<response_label ident="A">
<flow_mat class="list">
<material>
<mattext><![CDATA["Valparaíso"]]></mattext>
</material>
</flow_mat>
</response_label>
</flow_label>
<flow_label>
<response_label ident="B">
<flow_mat class="list">
<material>
<mattext>Valparaíso</mattext>
</material>
</flow_mat>
</response_label>
</flow_label>
Sincerely,
David Parker
mailto:david.parker at doit.wisc.edu
Library, Instructional & Retrieval Applications,
DoIT - University of Wisconsin-Madison
More information about the jdom-interest
mailing list