Converting the source - Strange issue with WLW
-
miércoles, 18 de enero de 2012 8:18
Ok, this is weird. I have a wlw plugin which should work just fine but it does not. Here is the plugin:
http://highlightme.codeplex.com/
Here is the main code:
The issue I am having is this:
For example, let say we would like to highlight a code and according the plugin code, it should output it as below:
<div class="code-wrapper border-shadow-1"> <div style="BACKGROUND-COLOR: white; COLOR: black"><pre><span style="color: blue"><</span><span style="color: #a31515">p</span><span style="color: blue">></span> This is the code! <span style="color: blue"></</span><span style="color: #a31515">p</span><span style="color: blue">></span> </pre></div></div>
But, what I am getting instead is this:<d IV class="code-wrapper border-shadow-1"> <d IV style="BACKGROUND-COLOR: white; COLOR: black"><pre><span style="color: blue"><</span><span style="color: #a31515">p</span><span style="color: blue">></span> This is the code! <span style="color: blue"></</span><span style="color: #a31515">p</span><span style="color: blue">></span> </pre></DIV></DIV>
No idea what is causing this. Can you help?
Tugberk Ugurlu