03-06-2013 01:58 AM - edited 03-06-2013 02:00 AM
Hi,
this thread has it source in this one:
http://forums.ni.com/t5/forums/replypage/board-id/330/message-id/39779
by using the identifier format i should be able to create my ID for requirements and references as well.
For text files it is working well, but when i am using xml files in the reference pane it seems not working.
It attaches only the \1 and \2 is empty and the reference is created twice. One has the nodevalue for <Low>
the other one has the <Element> Value.
Is there a way to fix this ?
Regards
Juergen
03-11-2013 11:56 AM
Hi Juergen,
Could you send the custom type you are creating here so I can test this out?
Thanks
03-12-2013 03:57 AM - edited 03-12-2013 03:58 AM
03-19-2013 01:28 AM
03-21-2013 01:36 PM
Hi Juergen,
It appears that because the XML type is actually using two separate regular expressions, the backreference created in the first regex (the limits field) is being cleared when the second regex (links) is evaluated. Because of this, it is currently not possible to create an identifier using parts from multiple locations in the XML. I'll provide this feedback to the development team.