<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% ' Loads a file and executes it as an ASP file. ' Needed to perform dynamic execution of BSP/FUSE ' and can be useful down the road Function GetFileContentsForExecution(aspFileFragmentPath) Dim oFSO, sContents 'Obtain a reference to the FileSystemObject Set oFSO = Server.CreateObject("Scripting.FileSystemObject") 'Obtain the file contents sContents = oFSO.OpenTextFile(Request.ServerVariables("APPL_PHYSICAL_PATH") & aspFileFragmentPath).ReadAll Set oFSO = Nothing 'reference to the FileSystemObject 'Remove the ASP scripting tags sContents = Replace (sContents, "<" & "%", "") sContents = Replace (sContents, "%" & ">", "") GetFileContentsForExecution = sContents End Function ' Grabs the node value of the responseXML returned ' by the CSWP_DOC_INFO service. This is used to ' display metadata on the confirmation page. Function GetXmlNodeValue(objXmlRowNode, strNodeName) Dim objXmlNode, objXmlNodeValue Set objXmlNode = objXmlRowNode.selectSingleNode("@" & strNodeName) If (objXmlNode Is Nothing) Then Set objXmlNode = objXmlRowNode.selectSingleNode("idc:field[@name='" & strNodeName & "']") End If If (Not (objXmlNode Is Nothing)) Then GetXmlNodeValue = objXmlNode.Text End If End Function %> <%dim instanceName%> <%dim serverAddr%> <%dim visitorIP%> <%dim displayAllBSP%> <%dim fuseType%> <%dim cswpProgram%> <%instanceName = "build"%> <%serverAddr = "http" & "://" & "build.export.gov" & "/build/idcplg"%> <%visitorIP = Request.ServerVariables("REMOTE_ADDR")%>
<% dim siteURL siteURL = Request.ServerVariables("server_name") if siteURL =("export.gov") then response.Write("") else end if %>

CE MARKING - Home

The CE marking (an acronym for the French "Conformite Europeenne") certifies that a product has met EU health, safety, and environmental requirements, which ensure consumer safety. Manufacturers in the European Union (EU) and abroad must meet CE marking requirements where applicable in order to market their products in Europe. For a list of countries that require the CE marking, see: CE Marking Countries. A manufacturer who has gone through the conformity assessment process, may affix the CE marking to the product. With the CE marking, the product may be marketed throughout the EU. CE marking now provides product access to 27 countries with a population of nearly 500 million.

Unfortunately, there is no comprehensive list of the products that require a CE marking. Therefore, it is the manufacturer's responsibility to determine if a product requires a CE marking. The "New Approach Directives" are documents that contain the legislation issued by the European Commission on the requirements that need to be met and procedures that must be followed in order for a particular product to be CE marked for sales in the EU.

If you are unfamiliar with the CE Marking process, we suggest that you read through the Program Overview and call or email the U.S. Government contacts if you have any questions.