Closed
Bug 11614
Opened 25 years ago
Closed 22 years ago
ent2dtd.pl: lose <!DOCTYPE lines if file has already been converted
Categories
(Core :: Internationalization, defect, P3)
Tracking
()
RESOLVED
WONTFIX
M14
People
(Reporter: alecf, Assigned: tao)
Details
If you run the ent2dtd.pl script on a XUL file that has already been converted
once, the <!DOCTYPE line is lost.
Instead, it should leave that line there.
When fixed, this allows you to periodically go into a resource directory and
type:
ent2dtd.pl *.xul
and be garanteed that all the files have had their entities externalized.
Otherwise, you have to go individually figure out which files need to be fixed,
and run it manually on those files.
Fantastic script though! Saved me a ton of time!
This is a known problem. I'll look into it.
BTW, the way I detect entities in XUL is simply run find with grep...
It's more reliable than "ent2dtd.pl".
Interesting point, though.
Thanks for the feedback and helping us ;-)
It's not part of the build. Push away to M11. I'll revisit it when working on
another similar script that auto check in DTDs.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → REMIND
This script is rarely used now since most of the entities had been externalized.
Mark it remind.
Comment 9•22 years ago
|
||
REMIND is deprecated. WONTFIX this if the script is on its way to destruction.
Status: VERIFIED → REOPENED
Resolution: REMIND → ---
Reporter | ||
Comment 10•22 years ago
|
||
oh don't dig up old dirt. let it be.
Status: REOPENED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•