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

xml.xproc.xprocspec-assert-xml-declaration.xpl Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version


    
    
        
        expect attributes:
            - the version attribute is required
            - empty or missing attributes means that those attributes must not be present in the xml declaration
    ]]>

    
    
    
    

    
        
            px:file-xml-peek
        
    

    
        
            
        
    
    
        
    
    
        
    
    
        
    
    
    
        
            
                <?xml version="{string(/*/@version)}"{if (not(/*/@encoding='')) then concat(' encoding="',/*/@encoding,'"') else ''}{if (not(/*/@standalone='')) then concat(' standalone="',/*/@standalone,'"') else ''}?>
            
        
    

    
        
            
                
            
            
            
                
            
            
            
                
                    
                
            
            
                
                
                
                
                
                
                
                    
                        
                            {$xml-declaration} ({$base-uri})
                        
                    
                    
                        
                    
                    
                        
                    
                
                
                    
                        
                    
                
            
        
        
        
        
            
                
                    
                        {string-join(/*/x:was/text(),'
')}
                    
                
            
            
                
            
            
                
            
        
        
            
                
            
        
        
            
                
            
        

    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy