[Simple-support] removing class attribute from ElementLists
Brought to you by:
niallg
|
From: John F. <joh...@qu...> - 2008-09-03 01:57:39
|
Hi, I am relatively new to Simple. I'm trying to produce XML that can be used outside of Java. I would like to remove the 'class' attributes from various ElementLists which are java ArrayLists of a concrete type. From looking through the archive it looks like I can use a Strategy to do this. Is there any example documentation on how to create a Strategy? John. |