I'm having trouble getting clean output from the XML parser in XML.FTH
It compiles without trouble (except for flagging a redefinition of -WHITE) but the output I get appears to be mis-parsed. There are a lot of partial words noted as tags (e.g.
Unknown :erty: Status 0000:0000
Contents: :
Tag Text:erty name="name"ion":
The Tag Text 'erty' should actually be "Property" and the name text "name"ion" should actually be "GtkAction"
There are also frequent sections of corrupted output such as:
Unknown :child: Status 0000:0000
Contents: :
Tag Text:child:
Attribute=class Value=GtkAction
Attribute=id Value=save_menu_item
Attribute= Value=ac
Attribute=<?ꀀ?4@??????N?????????????\H???????N???????G?????@
6??????U???????;??????????????;???????\N??????????????;???????0?????@
@????? /??????@+????????f???????5??????\U????? C?????P???????
PeH??????????????@?????p?^?????6???????P??????#??????>?????PeG????? ??????? (continues for several screens)
Looking through the code I could see a number of words that needed to be updated to 64-bit VFX Forth (e.g. the output word ?i had to be redefined to use L@ instead of @) but fixing those seems to have no effect on the problematic output.
Has anyone been through this and perhaps fixed it for 64-bit?
thanks
Bruno Degazio
Toronto