Active
Project:
XML Content
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2007 at 22:00 UTC
Updated:
11 Sep 2009 at 15:31 UTC
Very important filter, thank you, but I have problem with it.
It seams to me that the XML content is cut by Drupal before it is sent to XMLContent filter. Variable $xml on line 221 ( $valid = $dom->loadXML($xml);) is then not valid XML.
I I set "
" in end of the XML content the $xml variable is complete on line 221 but XSLT will generate the full page and that will be shown in teaser.
If XSLT will generate "
" in its output it is not respected anymore by Drupal.
Is there way to fix it ?
Comments
Comment #1
urlisse commentedTeasers in D6 can be annoying at best. I was able to quickly bypass this bug by installing the Excerpt module and by adding the following line to the xmlcontent.module :
Of course, this is more like a hack. Has anyone started working on more proper solution?