Top "Ibm-doors" questions

DXL (DOORS Extension Language) is a scripting language for IBM Engineering Requirements Management DOORS (formerly known as IBM Rational DOORS).

String Split in DXL

I have a string Ex: "We prefer questions that can be answered; not just discussed " now i want to split …

ibm-doors
(DOORS/DXL) Script for Split Object text in some atributtes using Tab

I'm using for for a year but now I have to modify small scripts and I'm a newbie with DXL. …

ibm-doors
How do I iterate over a list of strings in dxl?

I have a list of strings that I want to iterate over in dxl. They represent module ID's like so: …

ibm-doors
(DOORS/DXL) Export to pdf or print with a given template

We are interested in export/print one view from formal module. As we want it can be an ofcial document …

pdf pdf-generation report ibm-doors
In DOORS DXL, how do I use a regular expression to determine whether a string starts with a number?

I need to determine whether a string begins with a number - I've tried the following to no avail: if (…

regex ibm-doors