Problem with @ in conref
Posted: Fri Sep 05, 2014 3:16 pm
Hi
we are using the Eclipse Oxygen Author in Version 15.2.
I use the method to insert a fragment, which contains a conref attribute. So far so good.
Now I want to refer a file, which contains a »@« symbol in the filename, but in the editor occurs a »Error while parsing external reference: filepath/filename_cut_at_position_@«. The filename ends by the last charakter before the »@« symbol occurs. Of course there is not a file with this name, but when I remove the »@« symbol all works great.
Is there a way to escape the symbol or another way to solve this problem, without to remove the »@« symbol?
Best regards,
Denis
we are using the Eclipse Oxygen Author in Version 15.2.
I use the
Code: Select all
insertFragmentSchemaAware
Now I want to refer a file, which contains a »@« symbol in the filename, but in the editor occurs a »Error while parsing external reference: filepath/filename_cut_at_position_@«. The filename ends by the last charakter before the »@« symbol occurs. Of course there is not a file with this name, but when I remove the »@« symbol all works great.
Is there a way to escape the symbol or another way to solve this problem, without to remove the »@« symbol?
Best regards,
Denis