EDN Admin
Well-known member
Hello. Im creating an application that comunicates with an unique xml file(a format for architecture , ifc) from allplan to my application and from my application to allplan. For do that i must 1)create object classes with xsd. 2)import ifc xml file from
allplan and population object classes (deserialization) 2)modify some data in my object classes 3)regenerate the xml with my changes and reimport it in allplan . I think to accumulate change in an object from my object classes(i can use for ex an observer
for transfer commands from object to a central class with all modifications?)create and use an xsl with for example an id of entity and the value to set added by the observer. Is a right scenario? advices?link?
Im search for a good and fast metod for sincronyze xml document.
anoter think is to change a dom document with xpath , but is possible to change values in xml without load the xml entirely in memory?
because the file size of the xml can exceed 200 MB
thanks.
<br/>
View the full article
allplan and population object classes (deserialization) 2)modify some data in my object classes 3)regenerate the xml with my changes and reimport it in allplan . I think to accumulate change in an object from my object classes(i can use for ex an observer
for transfer commands from object to a central class with all modifications?)create and use an xsl with for example an id of entity and the value to set added by the observer. Is a right scenario? advices?link?
Im search for a good and fast metod for sincronyze xml document.
anoter think is to change a dom document with xpath , but is possible to change values in xml without load the xml entirely in memory?
because the file size of the xml can exceed 200 MB
thanks.
<br/>
View the full article