[
https://issues.apache.org/jira/browse/CAMEL-12640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544928#comment-16544928
]
Claus Ibsen commented on CAMEL-12640:
-------------------------------------
When using XML DSL then mind that the positions are referring to the position
of the end of the XML tag (for single XML tags), eg where you have <.../>. This
is how the XML parser does it. If you have both a start and end xml tag, then
the position refers to the start tag.
The absolute position is only available for Java DSL.
> tooling - Provide character position in validation result
> ---------------------------------------------------------
>
> Key: CAMEL-12640
> URL: https://issues.apache.org/jira/browse/CAMEL-12640
> Project: Camel
> Issue Type: Improvement
> Components: tooling
> Affects Versions: 2.22.0
> Reporter: Aurélien Pupier
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.23.0
>
>
> currently the line start and line end are provided but not the character
> position
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)