Refresh tag on offline XML update

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
ifurkend
Posts: 1
Joined: March 3rd, 2016, 8:48 pm

Refresh tag on offline XML update

Post by ifurkend »

I frequently handcode SVG in Notepad and refresh-preview the local result in Firefox. I wonder if there are any plugin would be able to detect the update of the XML file, validate it preliminarily and then refresh the tag? It just help speed up the process in a long run. I tried those auto refresh plugin but they turns out nothing but claque machines.

Someone suggested live.js but it just doesn't work:

Code: Select all

<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500">
	<script type="text/javascript" xlink:href="http://livejs.com/live.js"></script>
</svg>
User avatar
DanRaisch
Moderator
Posts: 127229
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Refresh tag on offline XML update

Post by DanRaisch »

Moving to Web Development.
Post Reply