Hi there,
A database we have has 4500 private folders we cannot see using the notes client or server.
I have written out folder information from this database into an xml file. I intended to parse this XML file using DOM and remove ay private folders. Then i could import the xml file and i was hoping it would remove the private folders.
I have a few questions about this though…
-
any code in the original XML file that contains < or > is erroring because it confuses the parser with the XML tags. If i remove code nodes when i create this original file will that mean that upon reimporting the file down the road it will strip out all the code? how do i get around this?
-
My XML file only contains folders. If i remove private folders how do i ensure it takes away only the private folders and not any other design element not included in my xml file?
Many thanks guys, I only started learning XML this morning and I am confused ![]()