> Nuno Lopes wrote: > > The problem of having IDs in lower case is that they broke livedocs. > > Livedocs needs that IDs are equal to function names. > > Maybe we should hack livedocs to change this instead of adding more fuzz > in the XML files :)
If livedocs depend upon the ID, then it wouldnt work in this case anyways as I need to prefix the ids with "dom-" to distinguish this from the domxml extension as there are a few cases where they collide. And on my question about the function tag, Derick you were right, though the function tag isnt needed. just using: <link linkend="<<ID>>">functionname</link> works great. Thanks Rob
