Installed but PDF:RteToHtml not returning anything
Hiya.
I have just installed version 1.2 into my development environment (xxxx.local) and created a new document type with a single rich text field called "bodyText" and set the template to the one you created for the package.
When viewing the page it returns as a PDF with the title and your demonstration logo and the text "- This PDF was generated from /background/hello-worl" however the lorem ipsum and image I dropped in the rich text field was not outputted.
I checked and UmbracoIbexXslFo.dll was deposited in the bin correctly.
Any ideas why this would be blank?
I have also tried renaming the field to richText and changed the XSLT accordingly to no avail.
This usually happens when the markup in a richtext area is not valid XML (when surrounded by a wrapping root element) - or you don't have any templates that match the HTML elements in the RTE - If you post both your xslt file and your RTE editor HTML here then I'll see if I can spot the issue.
Installed but PDF:RteToHtml not returning anything
Hiya.
I have just installed version 1.2 into my development environment (xxxx.local) and created a new document type with a single rich text field called "bodyText" and set the template to the one you created for the package.
When viewing the page it returns as a PDF with the title and your demonstration logo and the text "- This PDF was generated from /background/hello-worl" however the lorem ipsum and image I dropped in the rich text field was not outputted.
I checked and UmbracoIbexXslFo.dll was deposited in the bin correctly.
Any ideas why this would be blank?
I have also tried renaming the field to richText and changed the XSLT accordingly to no avail.
Thanks, J.
Hi James,
This usually happens when the markup in a richtext area is not valid XML (when surrounded by a wrapping root element) - or you don't have any templates that match the HTML elements in the RTE - If you post both your xslt file and your RTE editor HTML here then I'll see if I can spot the issue.
Thanks.
is working on a reply...