Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Environment:All
-
Number of attachments :
Description
FAQ plugin needs an XML Schema file for validation.
I attached one. Hopefully it is accepted for inclusion. If changes needed, just let me know. I used the faq.fml sample file from plugin web docs.
Works nicely for me, please comment.
Current restriction is it requires all text in <question> and <answer> elements in elements of their own. Solution for "plain text" is to place them in paragraphs <p> or other HTML tags, such as <span>.
Some may think this is a pain, yet for CSS usage, having all text in a tag, especially paragraph, can make CSS settings and changing them much easier and faster.