All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ro.kuberam.maven.plugins.expath.mojos.generate-descriptors.xql Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
xquery version "3.1";

declare namespace pkg = "http://expath.org/ns/pkg";


	{
		for $component in //pkg:components/*
		
		return
			
				{$component/pkg:public-uri/text()}
				{$component/pkg:file/text()}
					
	}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy