Note: The input HTML is trusted; it is not user defined!
Ben bir örnek gerekenleri vurgulamak gerekir.
Aşağıdaki HTML Verilen:
<p>
Welcome to <a href="http://google.com/" class="crap">Google.com</a>!<br>
Please, <a href="enjoy.html">enjoy</a> your stay!
</p>
Ben bunu dönüştürmek istiyorum:
Welcome to Google.com[1]
Please, enjoy[2] your stay!
[1] http://google.com/
[2] %request-uri%/enjoy.html <- note, request uri is something I define
for relative paths
Bunu özelleştirmek mümkün olmak istiyorum.
Edit: On a further note, I'd better explain myself and my reasons
We have an automated templating system (with sylesheets!) for emails and as part of the system, I'd like to generate multipart emails, ie, which contain both HTML and TEXT. The system is made to only provides HTML.
Ben, örneğin, ben bir şekilde belki de yukarıda belirtilen formatta, herhangi bir bağlantıları ve görüntüleri saklamak istiyorum, anlamlı metne bu HTML dönüştürmek gerekir.