Get list of google web fonts using XML

KaylaKaulitz

New Member
I have a list of google web fonts in this file: http://phat-reaction.com/googlefonts.php?format=xmlOr say this format and so on...\[code\]<font> <font-family> <![CDATA[font-family: 'Abel', sans-serif;]]> </font-family> <font-name> <![CDATA[Abel]]> </font-name> <css-name> <![CDATA[Abel]]> </css-name> </font> <font> <font-family> <![CDATA[font-family: 'Abril Fatface', cursive;]]> </font-family> <font-name> <![CDATA[Abril Fatface]]> </font-name> <css-name> <![CDATA[Abril+Fatface]]> </css-name> </font> <font> <font-family> <![CDATA[font-family: 'Aclonica', sans-serif;]]> </font-family> <font-name> <![CDATA[Aclonica]]> </font-name> <css-name> <![CDATA[Aclonica]]> </css-name> </font>\[/code\]Is there anyway using which I can extract only the css-name using the file? Like, I will want a like \[code\] "Aclonica", "Allan", "Annie+Use+Your+Telescope", "Anonymous+Pro", "Allerta+Stencil",\[/code\]I was thinking of some wildcard search and replace using Notepad++ or Dreamweaver.
 
Back
Top