Field Length is not enforced, no truncation occurrs
Status: Alpha
Brought to you by:
danielaparker
when using the px:fileLayout the value is not truncated
to fit within the specified width.
Example:
<px:fileLayout name="myfileLayout">
<px:record>
<px:field name="Record Type" width="1"/>
....
</px:fileLayout>
<xml>
<RECORD_TYPE>some long string</RECORD_TYPE>
....
</xml>
Expected output to be 's' of 'some long string', instead
some long string is placed at position of the Record
Type.
Logged In: NO
This project has been superceded by the Serving XML project
at http://servingxml.sourceforge.net/. Please try out your
example with servingxml instead.
Regards,
Daniel Parker