Welcome To Snipplr
Everyone's Recent Snippets Tagged xml
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
I'm using this Rss Parser for clubplanet app, it works really fast and easy to implement
2
1156
posted 14 years ago by espinallab
Allows you to remove the whitespace that can appear before the xml tag in wordpress files such as wp-includes/feed-rss2.php
1
734
posted 14 years ago by benjaminpearson
| convert -quality 85 - "$4" - ЕÑли не уÑтановлен конверт можно закоментить
1
666
posted 14 years ago by anonymous
The code is run in [LINQPad](http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAsQFjAA&url=http%3A%2F%2Fwww.linqpad.net%2F&ei=exUgS-a-KZOotgOs39T9CQ&usg=AFQjCNFw-ZpPkP4je7u9udiur5Wg5us7tQ&sig2=gA-_2y2xnTKzK2A9CVxXfg), which is where the Dum...
1
937
posted 14 years ago by pckujawa
[Credit - Sam Allen, Dot Net Perls](http://dotnetperls.com/remove-html-tags)
2
1205
posted 15 years ago by jasonseney
Read in a remote XML file, change the pubDate date format, and output to specific local file.
0
825
posted 15 years ago by karlhorky
Some valid UTF-8 characters are illegal in XML:
http://www.w3.org/TR/REC-xml/#charsets
This statement strips them from your strings.
0
2324
posted 15 years ago by jdbartlett
Useful in cases where the object author has specified their own serialization that doesn't work for you.
1
983
posted 15 years ago by rengber
Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:
0
786
posted 15 years ago by rengber
Manipulates XML nodes using PHP's Dom library. Includes XPath navigation, child manipulation, and deletion of current document.
0
735
posted 15 years ago by mikeevans
Convenience function to set a SimpleXMLElement's attributes quickly.
0
700
posted 15 years ago by iloveitaly