How to convert HTML to BBCode

后端 未结 2 645
小鲜肉
小鲜肉 2020-11-30 11:55

I maintain a bulletin board that saves rich text messages in HTML. Now I need to migrate all those messages into Joomla Kunena bulletin board that requires BBCode representa

2条回答
  •  醉梦人生
    2020-11-30 12:14

    It should be doable with XSLT in text output mode:

    [b][/b]
    
    
    
    
    
    [url=""][/url]
    
    

    To get there parse HTML and use built-in XSLT processor.

提交回复
热议问题