XML-NODE-NAME not recognized

Project:Proparse Project
Component:Code
Category:bug report
Priority:normal
Assigned:john
Status:active
Description

In the following statement,
DEFINE TEMP-TABLE DatabaseStat NO-UNDO XML-NODE-NAME "database"
FIELD connectName AS CHARACTER LABEL "Physical Name" FORMAT "X(20)" XML-NODE-NAME "PhysicalName" XML-NODE-TYPE "ATTRIBUTE"
...

the XML-NODE-NAME option is not recognized and generate following error:

org.prorefactor.refactor.RefactorException: tablestat02.w:23:77: unexpected token: XML-NODE-NAME


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
john's picture

#1

Assigned to:Anonymous» john

Thanks pmerlin. I made a note of this, and will plan to fix it next time I'm into the code.