Block of HTML

 I have a problem with my text. I have imported the file and I have some segments like this.

'<p style="margin:0;padding:0;border:0;"> <img src="track.adform.net/.../ width="1" height="1" alt="" /> </p>'

I already replaced &lt and &gt with notepad and used parser and attribute box for meta.

What can I do with these? Thanks

Parents Reply
  • Hello Adina,

    Thank you for the file.  It seems that the content is coming from the <noscript> element which would explain why it's being extracted since it's only the <script> element that gets ignored and can be processed with the embedded content processor.

    I don't know how many of these files you have but if it's just this one then perhaps the best solution is to set the noscript element to nontranslatable in the filetype parser rules and then do the one instance that looks as though it contains translatable text by hand.  

    Or leave it as it is and just lock the segments using the SDLXLIFF Toolkit so you can still use Studio to pick out the translatable parts if you like.  It's simple since the noscript components are in the document structure:

    Most of the content, as you can see, is completely untranslatable and if you look at the file it looks exactly as you have explained it.  So there's nothing wrong with it, but mostly irrelevant for your purposes.  So you would do this:

    If you don't know how to use the toolkit take a look at this article:

    https://multifarious.filkin.com/2017/01/14/revisiting-the-toolkit/

    Hope this helps somewhat?

    Regards

    Paul

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Children