Could you help me. We are trying to locate the site XML/RSS pages to make a javascript. Went to /pub/rss in file directory but couldn't locate them. Example: http://eslarticle.com/pub/rss/teaching.xml
Greetings @Michael , As I understand you ask about folder with XML files that contain articles grouped by different parameters.. If yes, then there is no any folder with XML files. XML files are generated on the fly. If you open ../packages/publishing/index.php file then you'll find the code like below: PHP: if (iaView::REQUEST_XML == $iaView->getRequestType()) { Inside this [if] you'll find the code that generates data (XML files with articles). It means that XML files are generated on the fly if any user opens XML file on your website. For example, this one: http://eslarticle.com/pub/rss/latest.xml Thanks for your interest in our software products!