Hey there, I stumbled upon a very small and minor problem of a semicolon at the end of a bxml line in the code example of bxml:include in the bxml primer at http://pivot.apache.org/tutorials/bxml-primer.html
Would it be possible to remove the semicolon from the end of the following code example line, since with it the program throws an error like "Text content cannot be added..."? From: <bxml:include src="my_include.bxml"/>; to: <bxml:include src="my_include.bxml"/> Thanks for all the work in any case, I find the tutorials and examples very helpful so far for understanding pivot better! Best regards, Georg Adelmann