RQMExcelWordImporter: HTML tags as literals miss formatting
Hi there,
I have a situation over here, it's making me crazy.
It's suppposed to be easy, but I've not found a way to put HTML tags as literals and make them work as HTML tags when I import the Scripts to RQM.
I've tried with:
testscript.steps.description=Div (" < p > < strong >Datos de entrada:< / strong > < / p > ")
Instead of getting the 'p' formatting function and 'strong' formatting function, I get literals in the 'description' section.
I've dicovered that XML parser escapes my HTML to ASCII code when I import to file or to repository, like this:
After the parsing, if I modify these codes to its normal format:
& lt ; ---> <
& gt ; ---> >
And re-upload the Scripts, it turns like HTML formatting, but wihtout it, impossible.
Any suggestions of how to do this correctly?
Thanks in advance.
*: I had to put spaces between ASCII coes because the Editor was formatting my post
|
2 answers
OK.
I solved my problem.
Actually, it was quite easy, my unique mystake was that I was using quotes " with the PRE function.
If you remove the quotes, works like a charm.
|
I can't even write the post!!!
The editor is changing my ASCII codes to HTML! |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.