<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR></HEAD>
<BODY style="MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px">
<DIV><FONT size=2>yeah, but in a ATTLIST not individual ELEMENT tags here is a
portion of my DTD</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><!ELEMENT BC:patient (BC:dummy*)><BR><!ATTLIST
BC:patient<BR> BC_UID CDATA #IMPLIED<BR> firstName CDATA
#IMPLIED<BR> lastName CDATA #IMPLIED<BR> address CDATA #IMPLIED</DIV>
<DIV> </DIV>
<DIV>For example, I will get line breaks in strings like the lastName
attribute.</DIV>
<DIV> </DIV>
<DIV><?xml version="1.0" encoding="UTF-8"?><BR><!DOCTYPE BC:blue_card
SYSTEM "blue_card.dtd"><BR><BC:blue_card xmlns:BC="<A
href="http://mdh-fyi.health.state.mn.us">http://mdh-fyi.health.state.mn.us</A>"><BR>
<BC:patient BC_UID="Wed Jul 09 14:47:48 CDT 2003"
firstName="LfkafI1LN7I=4ZQ9W/dhbM3HourBRHS0bw=="
lastName="8SBngTYO<BR>uow=x3cQ7NJB9wf4vk0xirxohiomjL95ITc3yKE1GFOtOdlUsbe+tC6Sb677W0INd6jDJhKP+vsvZ9lA<BR>P60Bcv8mXw=="
address="Hl0egDSZkp0=kYSsHrBEfnSf/TDJtjyRHQ==" </DIV>
<DIV> </DIV>
<DIV>Seems as if when the string hits a certain size, it line breaks. It
almost would have to be a xml formatting thing, or the native file system
modifies as it is outputted.</DIV>
<DIV> </DIV>
<DIV>thanks,</DIV>
<DIV> </DIV>
<DIV>Brett</DIV>
<DIV><BR>>>> John Jefferson <surfer97301@yahoo.com> 07/10/03
11:51AM >>><BR>Are you using CDATA tags around the encrypted
portions<BR>of your xml? <BR><BR><BR>--- Brett
Astleford<BR><Brett.Astleford@health.state.mn.us> wrote:<BR>> Hi
All,<BR>> <BR>> Just joined the list, been using JDOM for
awhile,<BR>> great product. I am<BR>> encrypting data from a web
site and putting it into<BR>> a XML file. Problem<BR>> being, the
string of encrypted characters are<BR>> getting anomalous line<BR>>
breaks, causing the decryption to fail. <BR>> <BR>> Using SAX
builder and XMLOutputter, j2sdk1.4.1,<BR>> tomcat 4.1.18, xerces<BR>>
parser, and JCE/base64 encoding. Can I change my<BR>> DTD to not allow
line<BR>> breaks? Is this file system specific? Currently<BR>>
running on Solaris. Any<BR>> ideas are greatly
appreciated.<BR>> <BR>> -brett<BR>>
<BR><BR><BR>__________________________________<BR>Do you Yahoo!?<BR>The New
Yahoo! Search - Faster. Easier. Bingo.<BR><A
href="http://search.yahoo.com/">http://search.yahoo.com</A><BR>_______________________________________________<BR>To
control your jdom-interest membership:<BR><A
href="http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com">http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com</A><BR></DIV></BODY></HTML>