character « XML « Spring Q&A





1. XML encoding for '#'    stackoverflow.com

I'm trying to configure this in spring/camel xml:

<c:from uri="mina:upd://localhost:6060?codec=#myCodec&amp;sync=false" />
so i get this excpetion
Unrecognised MINA protocol: upd for uri: mina://upd://localhost:6060?codec=%23myCodec&sync=false
See: %23 I already tried &#23; and &#x23; but it ...

2. Loading externalized special characters from XML    forum.springsource.org

Loading externalized special characters from XML I've been trying to find an answer for this question, but no luck. Our system loads menu items as Resources from XML files for each ...