Please can i use another file extension in the xquery doc() function?
Example:
I do not have permission to create .xml file, is there a way to access xml data without the .xml extension?
Example:
Code:
doc("users.html")
Comment