Underscores in database table names ending up as x005F
Posted: Fri May 05, 2006 2:15 am
G'day,
I'm reverse engineering an XML Schema from a relational database (Oracle), and the names of the tables in that database contain underscores (eg. EXAMPLE_TABLE_NAME). When I perform the XML Schema reverse generation it appears that <oxygen/> replaces the underscores with "x005F", so for example the table "EXAMPLE_TABLE_NAME" gets mapped to a complex type with the name "EXAMPLE_x005F_TABLE_x005F_NAME".
Is this a misconfiguration or error on my part, or a bug in <oxygen/>, or ...?
Thanks in advance,
Peter
I'm reverse engineering an XML Schema from a relational database (Oracle), and the names of the tables in that database contain underscores (eg. EXAMPLE_TABLE_NAME). When I perform the XML Schema reverse generation it appears that <oxygen/> replaces the underscores with "x005F", so for example the table "EXAMPLE_TABLE_NAME" gets mapped to a complex type with the name "EXAMPLE_x005F_TABLE_x005F_NAME".
Is this a misconfiguration or error on my part, or a bug in <oxygen/>, or ...?
Thanks in advance,
Peter