cancel
Showing results for 
Search instead for 
Did you mean: 

How to append xml conent to the existing xml file?

Former Member
0 Kudos

Hi Friends,

I want to store the Authentication (personal ) detailes of the all users in XML file when ever user enter in to xMII portal.

1) I can able to store the Personal detailes of user in the xml file ,But the problem is if any other user enter to the xMII portal data is overriding by the second user.

2)But i want to store the all users information in the xml file who logs into the portal.

3) how to append the conent to the same XML file

Thanks

Srikanth

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

Why reinvent the wheel here guys? Have you looked at the built-in logging? In the LHSecurity menu you already have Login Logging and a convenient viewer web page.

If this is not really what you are trying to capture when you mention "Authentication detailes" then please clarify your intentions. It might also be less problematic if you used a database table and INSERT instead of opening an xml file all the time just to append a record.

Regards,

Jeremy

Former Member
0 Kudos

Thanks to Kishore and Jermy Good

Problem was solved. We are trying develop seperate application for Audit Trail Logging.We need to store diffrent fields based on the client requiremnet.

Thanks

Srikanth

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Create a local property of xml data type.

Assign the user details to that.

and check the append xml option.....

Regards,

Kishore