You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to enliv...@googlegroups.com
Hi.
I need something which can manipulate text content of tags, but not all tags (ie. pre and code tags should be unaffected). Every where I looked for inspiration on the internet I was specifically recommended not to use regex (which was my initial take on the problem) - so after several hours I came up with the following solution using Enlive:
Since I'm quite inexperienced in the land of Clojure, I would appreciate any feedback (like poor design decisions).
And if it is all fine and dandy I hope someone else might find use for it: