I'm trying to figure out if I can treat attribute values as non-string values.

I have a schema that contains an attribute definition as follows:
        <xs:attribute name="encryptedData" type="xs:base64Binary" use="optional"/>

I would like to make use of the standard Java - XML mapping (as defined in JAX-RPC 
documentation).
Here the base64Binary type is mapped to byte[]. Is there any way I can use these types 
with digester?

Thanks,
  Olaf


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to