Hi Folks, My input contains this person's last name:
Wolfeschlegelsteinhausenbergerdorff I want parsing to generate: <personName>Wolfeschlegelsteinhausenbergerdorff</personName> I want unparsing to truncate the name after 15 characters. It would seem that I should use truncateSpecifiedLengthString="yes" to indicate that the name should be truncated. But how to specify that the name should be truncated after 15 characters? I cannot use length="15" because that would cause parsing to fail. /Roger