Changeset 3785


Ignore:
Timestamp:
2003-03-04T14:59:57+13:00 (21 years ago)
Author:
kjdon
Message:

added some hints :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/docs/manual/hints.tex

    r3707 r3785  
    4444Note, you can only append one node to a document - this will become the toplevel node. After that, you can append nodes to child nodes as you like, but a document is only allowed one top level node.
    4545
     46DOM006 Hierarchy request error: happens if you have more than one root node in your document
     47
    4648\section{Working with XSLT}
    4749
     
    8587<xsl:value-of select='$doc/chapter1'/> $
    8688\end{verbatim}\end{footnotesize}\end{quote}
     89
     90* using namespaces
     91If you are using the same namespace in more than one file, eg in the source xml and in the stylesheet, make sure that the URI for the xmlns:xxx thingy is the same in both cases---otherwise the names dont match. This includes http:// on the front.
    8792
    8893\subsection{What can I do to speed up XSL transformations?}
Note: See TracChangeset for help on using the changeset viewer.