vessillo / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

Update from URL doesn't work since rule for replacing an asterisk was added #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have added the following Rule, exported all my rules to an XML file and 
uploaded this file on my server.

If the rules are updated from the XML-file from my server this particular rule 
is missing. the other rules are updated correctly.

This seems to be strange while I can import the same XML file manually from my 
harddisk and everything works fine. This rule is only missing if the same file 
is loaded automatically from my server.

Maybe the asterisk which should be replaced by an asterisk plus hilighting is 
the problem?
Is there any html-entity or special char that should be used instead the 
asterisk?

Many thanks in advance for some support!!

=========

<group html="true">
    <urls>
      <url>https://login.s-tool.de/dns/edit.asp</url>
    </urls>
    <substitutions>
      <substitution>
        <input type="text">"&gt;*&lt;/font&gt;"</input>
        <output>"&gt;&lt;span style="background-color:#E6B8B7; font-weight:bolder; border-left:6px #000000 solid; padding: 0px 6px;"&gt;*&lt;/span&gt;&lt;/font&gt;"</output>
      </substitution>
    </substitutions>
  </group>

Original issue reported on code.google.com by markus.hacklaender on 4 Aug 2011 at 11:23

Attachments:

GoogleCodeExporter commented 9 years ago
I have tried to reproduce the problem but it works for me. I have uploaded a 
file with only the rule you say and the list is correctly updated. Have you 
checked that if you download the file from your server it actually contains the 
rule?

Original comment by marc.r...@gmail.com on 6 Aug 2011 at 2:21

GoogleCodeExporter commented 9 years ago
Thanks for your reply!
In fact it seems there was a problem with our web-proxy that has caused the XML 
file to occur in an older version.

Now that the cache has rebuilt everything works fine! ;D

Original comment by markus.hacklaender on 11 Aug 2011 at 12:41

GoogleCodeExporter commented 9 years ago
Ok, then I'm closing the issue.

Original comment by marc.r...@gmail.com on 12 Aug 2011 at 3:50