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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.