Hello,
I define my own XML file format for files: *.myxml
My xml format is structured like this:
My XML file are tied with xmllint.
I'd like that BC always aligns lines with nodes 'a', 'b' and 'd' because there are uniq in file
I set one 'Line Weights' with 'Match character case' and 'Regular Expression' '</?(a|b|d)'
Left file has 10 'c' nodes and Right has hundrers.
I expect that '</b>' lines to be aligned but there are not.
How could I do?
I attach samples with BCFileFormats.xml
Regards,
Rno
I define my own XML file format for files: *.myxml
My xml format is structured like this:
Code:
<a> <b> <c someAtt="..."> ... include some other nodes </c> ... may have hundre 'c' nodes <c someAttr=".."> ... include some other nodes </c> </b> <d> <e otherAttr="..."> ... include some other nodes </e> ... may have hundre 'c' nodes <e someAttr=".."> ... include some other nodes </e> </a>
I'd like that BC always aligns lines with nodes 'a', 'b' and 'd' because there are uniq in file
I set one 'Line Weights' with 'Match character case' and 'Regular Expression' '</?(a|b|d)'
Left file has 10 'c' nodes and Right has hundrers.
I expect that '</b>' lines to be aligned but there are not.
How could I do?
I attach samples with BCFileFormats.xml
Regards,
Rno
Comment