decoding does work as expected properly and after modifying
when i try
AxmlWriter v1 = new AxmlWriter();
byte[] v2 = v1.toByteArray(); kinda stuff the output is only 44bytes
any help ?
Edited :- okay i was thinking after writing the decoded xml can be change it with text search n replace and edit our text and encode it back ? any example
decoding does work as expected properly and after modifying
when i try
AxmlWriter v1 = new AxmlWriter();
byte[] v2 = v1.toByteArray(); kinda stuff the output is only 44bytes
any help ?
Edited :- okay i was thinking after writing the decoded xml can be change it with text search n replace and edit our text and encode it back ? any example