|
jforum example source code file (users.xml)
The jforum users.xml source code<?xml version="1.0" encoding="UTF-8"?> <jforum-api response-code="OK"> <users total="${users.size()}"> <#list users as u> <user id="${u.id}" username="${u.username?html}" email="${u.email}"/> </#list> </users> </jforum-api> Other jforum examples (source code examples)Here is a short list of links related to this jforum users.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.