<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY amp   "&#38;">
<!ENTITY copy   "&#169;">
<!ENTITY gt   "&#62;">
<!ENTITY hellip "&#8230;">
<!ENTITY laquo  "&#171;">
<!ENTITY lsaquo   "&#8249;">
<!ENTITY lsquo   "&#8216;">
<!ENTITY lt   "&#60;">
<!ENTITY nbsp   "&#160;">
<!ENTITY quot   "&#34;">
<!ENTITY raquo  "&#187;">
<!ENTITY rsaquo   "&#8250;">
<!ENTITY rsquo   "&#8217;">
]>

<!-- 
Emergency Alerts Customer XSL - 2021-12-29
-->

<xsl:stylesheet version="3.0" 
				xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
				xmlns:xs="http://www.w3.org/2001/XMLSchema"
				xmlns:ou="http://omniupdate.com/XSL/Variables"
				xmlns:fn="http://omniupdate.com/XSL/Functions"
				xmlns:ouc="http://omniupdate.com/XSL/Variables"
				exclude-result-prefixes="ou xsl xs fn ouc">
	
	<xsl:import href="/var/staging/OMNI-INF/stylesheets/emergency-alerts/v2/alert-config.xsl" />
	<xsl:variable name="emergency-alerts-js-filepath"><xsl:value-of select="concat($domain,'/ou-alerts/js/alert-config.js')"/></xsl:variable>
	
<!-- 	<xsl:variable name="ext-script-active-loc">/ou-alerts/scripts/grab-alert.php</xsl:variable> -->
	<xsl:variable name="ext-script-active-loc">/ou-alerts/scripts/grab-alert.ashx</xsl:variable>
<!-- 	<xsl:variable name="ext-script-archive-loc">/ou-alerts/scripts/grab-alert.php</xsl:variable> -->
	<xsl:variable name="ext-script-archive-loc">/ou-alerts/scripts/grab-alert.ashx</xsl:variable>
	
	<!-- Change the default active alert insertion behavior and insert the alert anywhere you want. -->
	<!-- <xsl:variable name="insertionCallback"><![CDATA[function (alert) { document.querySelector('#header').append(alert); }]]></xsl:variable> -->
</xsl:stylesheet>