Project

General

Profile

« Previous | Next » 

Revision eae56a30

Added by Andreas Müller over 3 years ago

ref #6581 update HQL and property paths and similar to nomenclaturalSource (some issues unclear)

View differences:

cdmlib-print/src/main/java/eu/etaxonomy/cdm/print/RemoteXMLEntityFactory.java
271 271
	 * JDOMException {
272 272
	 * 
273 273
	 * //get the references from the taxonElement String referencePattern =
274
	 * "//name/nomenclaturalReference";
275
	 * 
274
	 * "//name/nomenclaturalSource.citation";
275
	 *
276 276
	 * //but there could be many references Element referenceElement = (Element)
277 277
	 * XPath.selectSingleNode(taxonElement, referencePattern); //List<Element>
278 278
	 * descriptionElementElements = XPath.selectNodes(context, featurePattern +

Also available in: Unified diff