Hi Justin,

I have some time again, to work on the gpx parser, and found a problem.
There is a date field (actually there are more of them, 
type="{http://www.w3.org/2001/XMLSchema}dateTime";), which the jaxp 
translated to XMLGregorianCalendar attributes. The problem is, that the 
XML parser returns GregorianCalendar. This raises the question, that 
should I treat the jaxp generated beans as a "proposal", and adjust the 
types as I need (e.g. int or double instead of BigDecimal)? Or do I have 
to leave that code alone, as I can't change the XSD either?

Thank you,
Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to