Skip to main content

All Questions

Tagged with
3votes
5answers
17kviews

How to get particular string in xml using python or perl etc

from here i need to get (username) "pelech" alone this is just example in my xml file i have 1000 users. <user> <login>pelech</login> <password>passwords are saved ...
Ravi's user avatar
4votes
1answer
5kviews

Convert xml subtitle file to srt format

I have a xml subtitle that looks like this: <?xml version="1.0" encoding="utf-8" ?><transcript> <Item from="1.16" duration="4.68"><![CDATA[(Dong-hyuk is coming to see you now.) ...
aws's user avatar
  • 41

close