semtags
Tag send-query


To send a SPARQL query to the engine and include the result directly in the current page. The query is specified either in attribute "query" or in the body of the tag. Namespaces declared at initialization may be used directly with out PREFIX declaration.


Tag Information
Tag Classfr.inria.semtags.query.SubmitQueryTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
queryfalsetruejava.lang.StringThe SPARQL query. Instead of setting the query with this attribute, the tag body content can be used.
xslfalsetruejava.lang.StringThe optional xsl stylesheet to apply to the result before inclusion.
enginefalsetruefr.inria.semtags.EngineWrapperThe engine instance to query ; default is "defaultEngineWrapper".

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.