Re: Accessing Transformiix library from C++
"David Landwehr" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Whenever a structure change happens like adding an c the entire master dependency graph is rebuild which also means analyzing all the expressions again. Best regards, David ---------------------------------------------------------------- David Landwehr [email protected] Novell, Inc. Phone: +45 33 98 15 04 Amaliegade 16C Fax: +45 70 20 15 17 DK-1256 Copenhagen K http://www.novell.com ---------------------------------------------------------------- >>> Axel Hecht<[email protected]> 09/23/04 3:06 pm >>> Take a tree like this <a> <b> <c/> <c2>4</c2> </b> <b> <c2>5</c2> </b> </a> and an expression like sum(a/b[c]/c2). Now add a <c> node to the second b. The above expression depends on nodes that don't exist. How should stuff like that be handled? Axel