|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XTRE1160: The fragment identifier {62;n} is not a
Andrew Welch schrieb am 19.11.2008 um 18:32:44 (+0000):
> The problem is, I suspect, that some feeds contain markup that has
> been processed by some well-meaning person's method that takes a
> string converts all ampersands to amp regardless of where they occur,
> so correct serialised markup gets butchered [...]
That's the well-meaning DPH at work ...
#!/usr/bin/perl
open XML, shift or die $!;
while ( <XML> ) {
s/&/&/g;
print;
}
Totgesagte leben ldnger ...
Michael Ludwig
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








