git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374312
13f79535-47bb-0310-9956-
ffa450edef68
/*
- * Copyright 1999-2005 The Apache Software Foundation.
+ * Copyright 1999-2006 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
lh.startCDATA();
handler.characters(ca, 0, ca.length);
lh.endCDATA();
+ } else {
+ handler.characters(ca, 0, ca.length);
}
break;
case Node.ENTITY_REFERENCE_NODE: