Bug #33665
XML Error
| Status: | Closed | Start date: | 2012-02-03 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Cyrill Schumacher | % Done: | 100% |
|
| Category: | Global | Spent time: | 1.00 hour | |
| Target version: | - | Estimated time: | 1.00 hour | |
| Votes: | 0 |
History
Updated by Jan Schreier over 1 year ago
- File error.png added
Hi Cyrill,
just to push this feature a bit. I just downloaded and installed your ext. I think you closed a gap with it. I'm always struggeling to make sure that I test every feature after an extension update because there is no good overview which extension is used on which page. That said I'm currently stuck with the attached error. I guess it's because i did something wrong.
looking forward for the documentation :)
jan!
Updated by Cyrill Schumacher over 1 year ago
- Status changed from New to Needs Feedback
Hi Jan,
this error occurs due to an encoding bug. You did absolutely all things correct ... but I failed to implement a proper XML attribute/value encoding ... I thought I've got all output strings encoded ... but not ... It would be great if you can mail me the incorrect generated xml file. (Of course I protect your privacy). At the file end I can see which nodes must be encoded.
Thanks in advance.
Cyrill
Updated by Jan Schreier over 1 year ago
Hi Cyrill,
I would if you could tell me your email (just send a short note to jansch (ät) gmx (punkt) org
and please let me know where the file should be located. I could not find it using linux' find command.
br! jan
Updated by Jan Schreier over 1 year ago
nevermind i just found the file :) only need a way to send it to you.
Updated by Cyrill Schumacher over 1 year ago
You've got mail!
Updated by Cyrill Schumacher over 1 year ago
Thanks for the file. This is a bug in the TYPO3 Core: PATH_t3lib.'config_default.php'
<node TEXT="[enableDeprecationLog] = file" ID="t3m277807814"><richcontent TYPE="NOTE"><html><head></head><body><b>Value: <i>file</i></b><br/>Commalist: Enables the logging of deprecated methods and functions. Default is 'file'. The following options are allowed: <dl><dt>file</dt><dd>The log file will be written to typo3conf/deprecation_[hash-value].log</dd><dt>devlog</dt><dd>The log will be written to the development log</dd><dt>console<dt><dd>The log will be displayed in the Backend's Debug Console. The logging options can be combined by comma-separating them.</dd></dl></body></html></richcontent></node>
XML parser complains that the tags dd/dt/dl are not properly nested....
Will be fixed ...
Updated by Cyrill Schumacher over 1 year ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 10 to 100
- Estimated time set to 1.00
fixed in github and svn branch 1.0 - new release will follow up
Updated by Cyrill Schumacher over 1 year ago
- Tracker changed from Major Feature to Bug
- Subject changed from Write documentation to XML Error
- Status changed from Resolved to Closed