Claus Pedersen
Member³
I have the following XML data in a clob:
The lines are indented by spaces and separated by LF (ascii 10).
Then I use the large data editor to edit the content.
When I use the XML tab page to edit, the spaces are converted into Tabs.
When I use the Text tab page to edit, the CR are replaced by CR+LF (ascii 13 + ascii 10).
When editing the tagged code (bottom window) is not enterable. When switching to another element and back, the bottom window can now be accessed.
When I change the content for an element, the corresponding tagged code (bottom window) is not updated. When I switch to another node and back again, the content is updated.
When renaming the "myElement" tag in the bottom window and switching to another element to make the renaming take action, the LF between the last two tags is deleted so the two lines are concatenated into one. During my test, at one occasion, PLD even totally crashed without even a trace file.
The changes I make in the bottom editor in the XML tab page is not reflected in the other tab pages (text, RTF etc.) and it not saved when I exit. PLD asks if I want to save changes but the changes are not saved.
I am using build 1380
Code:
<myNode>
<mySubNode>
<myElement>test</myElement>
</mySubNode>
</myNode>
Then I use the large data editor to edit the content.
When I use the XML tab page to edit, the spaces are converted into Tabs.
When I use the Text tab page to edit, the CR are replaced by CR+LF (ascii 13 + ascii 10).
When editing the tagged code (bottom window) is not enterable. When switching to another element and back, the bottom window can now be accessed.
When I change the content for an element, the corresponding tagged code (bottom window) is not updated. When I switch to another node and back again, the content is updated.
When renaming the "myElement" tag in the bottom window and switching to another element to make the renaming take action, the LF between the last two tags is deleted so the two lines are concatenated into one. During my test, at one occasion, PLD even totally crashed without even a trace file.
The changes I make in the bottom editor in the XML tab page is not reflected in the other tab pages (text, RTF etc.) and it not saved when I exit. PLD asks if I want to save changes but the changes are not saved.
I am using build 1380