Advertisement
brush51

string to check for tts

Jul 26th, 2012
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Raw String:
  2. <p>
  3. Here is the string with an ordered and unordered list which should be fitted for text to speech.
  4.  
  5. <ol>
  6. <li> SO is very cool</li>
  7. <li> SO is still very cool</li>
  8. </ol>
  9.  
  10. <ul>
  11. <li> SO is very cool</li>
  12. <li> SO is still very cool</li>
  13. </ul>
  14. </p>
  15. ######### should be
  16.  
  17. <p>
  18. Here is the string with an ordered and unordered list which should be fitted for text to speech.
  19.  
  20.  
  21. 1. SO is very cool</li>
  22. 2. SO is still very cool</li>
  23.  
  24.  
  25. <ul>
  26. <li> SO is very cool</li>
  27. <li> SO is still very cool</li>
  28. </ul>
  29. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement