Skip to content
Discussion options

You must be logged in to vote

The editor demo is not handling the attributes found in the xpath predicates unless they are directly on the field.
Note that the editor demo project is a bonus effort that we try to maintain on the side.
It is open source so you could suggest a patch for this case (around line 492 in PhysicalModel.java) but I think fixing this problem in XML generation will be much easier once 1.9 comes out as it has information about attributes outside of xpath, which means no need to parse xpath and no need to carry over the attribute info from the parent node to the child.
There is a ticket about using SDK 1.9 attribute information which I will probably look into after 1.9.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by YvesJo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
xml generation Discussions on how to generate valid XML validation Related to notice validation.
3 participants