Author: nsp
Posted: Sun Feb 05, 2017 1:24 am (GMT -6)
Keep in mind that between your br tag, you do not have plain text but "encoded" code. Once extracted, you will need an extra decoding step if it contain "&" char !
for minimal decoding :
& => &
< => <
Posted: Sun Feb 05, 2017 1:24 am (GMT -6)
makinero wrote: |
everything fine thanks! You are great. |
Keep in mind that between your br tag, you do not have plain text but "encoded" code. Once extracted, you will need an extra decoding step if it contain "&" char !
for minimal decoding :
& => &
< => <