posted 22 years ago
hi all
i do have an xml file like the one below!
<?xml version = "1.0" ?>
<root>
<A101> select * from EmployeeAmster</A101>
<A102> select * from salary master</A102>
<A103> select * from savingsmaster</A103>
</root>
am using this xml file, and using the node text and processing the data ,well in my clinet place i dont want this file to be opened by any one and see my node text.
my problem
----------
well, how can i encrypt my xml file, in another format so that i can use the full power of xml at the same time this xml file must not be in the original format ,it must be in another format.
how can i do this???
thanks in advance!
senthil