update
This commit is contained in:
		
							parent
							
								
									30f15aca89
								
							
						
					
					
						commit
						17fc12fe02
					
				
					 3 changed files with 31861 additions and 10 deletions
				
			
		| 
						 | 
					@ -8,6 +8,7 @@ declare default function namespace 'apb.graphviz';
 | 
				
			||||||
import module namespace proc="http://basex.org/modules/proc";
 | 
					import module namespace proc="http://basex.org/modules/proc";
 | 
				
			||||||
import module namespace file="http://expath.org/ns/file";
 | 
					import module namespace file="http://expath.org/ns/file";
 | 
				
			||||||
import module namespace xslt="http://basex.org/modules/xslt";
 | 
					import module namespace xslt="http://basex.org/modules/xslt";
 | 
				
			||||||
 | 
					import module namespace random="http://basex.org/modules/random";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
declare namespace svg= "http://www.w3.org/2000/svg";
 | 
					declare namespace svg= "http://www.w3.org/2000/svg";
 | 
				
			||||||
declare namespace xlink="http://www.w3.org/1999/xlink";
 | 
					declare namespace xlink="http://www.w3.org/1999/xlink";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,10 +2,11 @@
 | 
				
			||||||
<!--
 | 
					<!--
 | 
				
			||||||
  tidy up graphviz svg o/p  
 | 
					  tidy up graphviz svg o/p  
 | 
				
			||||||
-->
 | 
					-->
 | 
				
			||||||
<xsl:stylesheet version="1.0" xmlns="http://www.w3.org/2000/svg" 
 | 
					<xsl:stylesheet version="3.0" 
 | 
				
			||||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
 | 
						xmlns="http://www.w3.org/2000/svg" 
 | 
				
			||||||
xmlns:svg="http://www.w3.org/2000/svg" 
 | 
						xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
 | 
				
			||||||
xmlns:xlink="http://www.w3.org/1999/xlink" >
 | 
						xmlns:svg="http://www.w3.org/2000/svg" 
 | 
				
			||||||
 | 
						xmlns:xlink="http://www.w3.org/1999/xlink">
 | 
				
			||||||
	<xsl:param name="filter">MyFilter</xsl:param>
 | 
						<xsl:param name="filter">MyFilter</xsl:param>
 | 
				
			||||||
	<xsl:param name="rotate" select="false()"/>
 | 
						<xsl:param name="rotate" select="false()"/>
 | 
				
			||||||
	<xsl:output method="xml" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
 | 
						<xsl:output method="xml" encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
 | 
				
			||||||
| 
						 | 
					@ -81,8 +82,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink" >
 | 
				
			||||||
				</filter>
 | 
									</filter>
 | 
				
			||||||
			</defs>
 | 
								</defs>
 | 
				
			||||||
		</xsl:variable>
 | 
							</xsl:variable>
 | 
				
			||||||
		<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" aa="{$aa}"
 | 
							<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" aa="{$aa}" preserveAspectRatio="xMidYMid meet" viewBox="0 0 {$w} {$h}" text-rendering="optimizeLegibility">
 | 
				
			||||||
		preserveAspectRatio="xMidYMid meet" viewBox="0 0 {$w} {$h}" text-rendering="optimizeLegibility">
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
			<xsl:copy-of select="$filters"/>
 | 
								<xsl:copy-of select="$filters"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										31850
									
								
								xml/full_mets.xml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31850
									
								
								xml/full_mets.xml
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue