Re: Accessing Transformiix library from C++
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
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