Harm10 wrote:What option do you use in your browser to get the created XML?
I use Firefox 37.0.2, I pick 'Export Entries Including comments'. Both with and without parsing give the same lack of <br/> tags etc. as output. The browser just prompts me to save the exported .xml, so I do that. Then it is on disk as .xml and I can open it, like you, using Np++.
Harm10 wrote:The screen shot you send shows a lot of html tags like <p> which should be in the generated xml.
Yes, that's why I guess the exporter takes some config value and uses that to omit the <br /> tags. Maybe caching of some sort? I have already tried disabling all the minify and such. To no avail (yet).
original source:
- Code: Select all
Nog beschamender eigenlijk.<br /> <br /> Terwijl niemand zich nog bezighoudt met iets anders worden er achter onze ruggen om <a href="http://www.alertnet.org/thenews/newsdesk/N28476184.htm" title="">overal</a>
exported xml:
- Code: Select all
Nog beschamender eigenlijk. Terwijl niemand zich nog bezighoudt met iets anders worden er achter onze ruggen om <a href="http://www.alertnet.org/thenews/newsdesk/N28476184.htm" title="">overal</a>
Why does it export the a href, but not the br ??