mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	wrapWithCData() attribute value set
This commit is contained in:
		
							parent
							
								
									02e016d74c
								
							
						
					
					
						commit
						df2d5f0407
					
				|  | @ -622,7 +622,7 @@ if($attrdefs) { | |||
| 		echo "\">\n"; | ||||
| 		echo "  <attr name=\"name\">".$attrdef->getName()."</attr>\n"; | ||||
| 		echo "  <attr name=\"multiple\">".$attrdef->getMultipleValues()."</attr>\n"; | ||||
| 		echo "  <attr name=\"valueset\">".$attrdef->getValueSet()."</attr>\n"; | ||||
| 		echo "  <attr name=\"valueset\">".wrapWithCData($attrdef->getValueSet())."</attr>\n"; | ||||
| 		echo "  <attr name=\"type\">".$attrdef->getType()."</attr>\n"; | ||||
| 		echo "  <attr name=\"minvalues\">".$attrdef->getMinValues()."</attr>\n"; | ||||
| 		echo "  <attr name=\"maxvalues\">".$attrdef->getMaxValues()."</attr>\n"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann