Hi Adrian,

I think the contents of these files are right because when i treated both
xml and xsl source like File objects i hadn´t any problem.

The xml source is a String received as a request parameter, and its code is:

<?xml version="1.0"
encoding="UTF-8"?><informe><datos_vida_laboral><cuerpo><datos_trabajador><fecha_larga>1
de
agosto</fecha_larga><nombre></nombre><fecha_nac></fecha_nac><numero_ss></numero_ss><dni></dni></datos_trabajador></cuerpo></datos_vida_laboral></informe>

Is that right? Can i use this string as a InputSource parameter in the
XSLTInputHandler constructor method? This is my first doubt...

The xsl source is the atached file informe.xsl, and exists in PATH_TO_XSL.
At this moment only loads the fecha_larga value received in the xml
source.

My userconfig.xml file only contains fonts information.

And finally, the stack trace:

org.apache.fop.apps.FOPException:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: java.net.MalformedURLException
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
java.lang.Throwable.<init>(Throwable.java:59)
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
java.lang.Throwable.<init>(Throwable.java:73)
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
org.apache.fop.apps.FOPException.<init>(FOPException.java:88)
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
org.apache.fop.apps.TraxInputHandler.initTransformer(TraxInputHandler.java:108)
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
org.apache.fop.apps.TraxInputHandler.<init>(TraxInputHandler.java:100)
[3/05/07 17:03:32:406 CEST] 7bec7bec SystemErr     R    at
org.apache.fop.apps.XSLTInputHandler.<init>(XSLTInputHandler.java:81)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
fop.negocio.FopJaGestor.ejecutar(FopJaGestor.java)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
fop.servlet.FopServlet.doGet(FopServlet.java)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R    at
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
[3/05/07 17:03:32:421 CEST] 7bec7bec SystemErr     R
---------

[3/05/07 17:03:32:453 CEST] 7bec7bec SystemErr     R
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: java.net.MalformedURLException
        at java.lang.Throwable.<init>(Throwable.java:59)
        at java.lang.Throwable.<init>(Throwable.java:73)
        at javax.xml.transform.TransformerException.<init>(Unknown Source)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:718)
        at
org.apache.fop.apps.TraxInputHandler.initTransformer(TraxInputHandler.java:104)
        at 
org.apache.fop.apps.TraxInputHandler.<init>(TraxInputHandler.java:100)
        at org.apache.fop.apps.XSLTInputHandler.<init>(XSLTInputHandler.java:81)
        at fop.negocio.FopJaGestor.ejecutar(FopJaGestor.java)
        at fop.servlet.FopServlet.doGet(FopServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
        at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
        at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
        at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
        at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
        at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
        at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
        at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
        at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
        at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
        at
com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
        at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
        at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
        at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
        at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
        at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
Caused by: javax.xml.transform.TransformerConfigurationException:
javax.xml.transform.TransformerException: java.net.MalformedURLException
        at java.lang.Throwable.<init>(Throwable.java:59)
        at java.lang.Throwable.<init>(Throwable.java:73)
        at javax.xml.transform.TransformerException.<init>(Unknown Source)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:860)
        at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:701)
        at
org.apache.fop.apps.TraxInputHandler.initTransformer(TraxInputHandler.java:104)
        at 
org.apache.fop.apps.TraxInputHandler.<init>(TraxInputHandler.java:100)
        at org.apache.fop.apps.XSLTInputHandler.<init>(XSLTInputHandler.java:81)
        at fop.negocio.FopJaGestor.ejecutar(FopJaGestor.java)
        at fop.servlet.FopServlet.doGet(FopServlet.java)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
        at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
        at
com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
        at
com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
        at
com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
        at
com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
        at
com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:983)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
        at
com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
        at
com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
        at
com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
        at
com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
        at
com.ibm.ws.webcontainer.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:116)
        at
com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:186)
        at
com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:334)
        at
com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
        at
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
        at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)


Thanks,

Cesar.
<?xml version="1.0" encoding="utf-8"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format";>
	<xsl:template match="informe">

		<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
			<fo:layout-master-set>
				<fo:simple-page-master margin-right="1.2cm" margin-left="1.3cm" margin-bottom="0.8cm" margin-top="1.4cm" page-width="21cm" page-height="29.7cm" master-name="pg_normal">
					<fo:region-body></fo:region-body>
				</fo:simple-page-master>

				<fo:page-sequence-master master-name="sq_repetible">
					<fo:repeatable-page-master-reference master-reference="pg_normal"/>
				</fo:page-sequence-master>

			</fo:layout-master-set>

<!--
@@@ PAGINA 1 @@@
-->
			<fo:page-sequence master-reference="pg_normal" initial-page-number="1">
				<fo:flow flow-name="xsl-region-body">
					<!--CABECERA-->
					<fo:block-container height="3.2cm" width="18.5cm" padding-before="-0.15cm">
						<fo:table table-layout="fixed">
							<fo:table-column column-width="8cm"/>
							<fo:table-column column-width="0.55cm"/>
							<fo:table-column column-width="9.6cm"/>
							<fo:table-column column-width="0.35cm"/>
		
							<fo:table-body>
								<fo:table-row height="2cm">
									<fo:table-cell display-align="center">
										<fo:block text-align="center" line-height="22pt" font-family="ArialBlack" font-weight="bold" font-size="22pt" padding-top="0.2cm">
								                    INFORME DE
										</fo:block>
										<fo:block text-align="center" line-height="22pt" font-family="ArialBlack" font-weight="bold" font-size="22pt" padding-top="-0.2cm">
											VIDA LABORAL
										</fo:block>
									</fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell height="2cm" padding-top="0.2cm">
										<fo:block>
											<fo:external-graphic src="img/logo_mtas.jpg"/>
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<!--DATOS PERSONALES-->
					<fo:block-container height="3.9cm" width="18.5cm">
						<!--primera fila-->
						<fo:table table-layout="fixed" padding-before="0.7cm">
							<fo:table-column column-width="10.7cm"/>
							<fo:table-column column-width="4.7cm"/>
							<fo:table-column column-width="3cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											De los antecedentes obrantes en la Tesorería General de la Seguridad Social al día 
										</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											<xsl:value-of select="datos_vida_laboral/cuerpo/datos_trabajador/fecha_larga"/>
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											, resulta que D/Dª
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
		
						<!--segunda fila-->
						<fo:table table-layout="fixed" padding-before="0.25cm">
							<fo:table-column column-width="11.75cm"/>
							<fo:table-column column-width="2cm"/>
							<fo:table-column column-width="3.7cm"/>
							<fo:table-column column-width="0.95cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell background-color="#ffe4ca" height="12pt" padding-top="0pt" padding-bottom="0pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											JUAN ESPAÑOL ESPAÑOL
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="center">
											, nacido/a el
										</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											7 de Octubre de 1950
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											, con
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
		
						<!--tercera fila-->
						<fo:table table-layout="fixed" padding-before="0.25cm">
							<fo:table-column column-width="4cm"/>
							<fo:table-column column-width="4.75cm"/>
							<fo:table-column column-width="0.55cm"/>
							<fo:table-column column-width="7.15cm"/>
							<fo:table-column column-width="1.95cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											Número de la Seguridad Social
										</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											280000000293
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="center">
											,
										</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											D.N.I. 000019174S
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											, domicilio en
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
		
						<!--cuarta y quinta fila-->
						<fo:table table-layout="fixed" padding-before="0.25cm">
							<fo:table-column column-width="18.4cm"/>
		
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify"> 
											APARTADO DE CORREOS 28214 , 28080 MADRID MADRID
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
		
						<fo:table table-layout="fixed" height="12pt" padding-before="0.25cm">
							<fo:table-column column-width="18.4cm"/>
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="12pt" text-align="justify">
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<!--DATOS SEG. SOCIAL-->
					<fo:block-container height="3.5cm" width="18.5cm"  padding-before="0.25cm">
						<fo:table table-layout="fixed" height="12pt">
							<fo:table-column column-width="12.2cm"/>
							<fo:table-column column-width="1.1cm"/>
							<fo:table-column column-width="1.5cm"/>
							<fo:table-column column-width="0.9cm"/>
							<fo:table-column column-width="2.8cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											ha figurado en situación de alta en el Sistema de la Seguridad Social durante un total de
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.3cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">11
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">años</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">4.160
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-weight="bold" font-size="9.5pt" text-align="justify">días</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">4
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">meses</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">23
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">días</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											Presenta las situaciones que se relacionan en las sucesivas hojas del presente informe.
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.8cm"></fo:table-row>
		
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<!--DATOS PLURIEMPLEO-->
					<fo:block-container height="0.8cm" width="18.5cm" padding-before="0.3cm">
						<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
						Durante los días indicados en el párrafo anterior Vd. ha estado de forma simultanea en dos o más empresas del mismo Régimen del sistema de la
						</fo:block>
					</fo:block-container>
		
					<fo:block-container height="1.3cm" width="18.5cm">
						<fo:table table-layout="fixed" padding-before="0.2cm">
							<fo:table-column column-width="15cm"/>
							<fo:table-column column-width="1cm"/>
							<fo:table-column column-width="2cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											Seguridad Social -pluriempleo-, o en dos o más Regímenes distintos del citado sistema -pluriactividad-, durante un total de
										</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffe4ca" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="center"> 
											838
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="center">
											días, por lo que
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
										el total de días efectivamente computables para las prestaciones económicas del Sistema de la Seguridad Social es de
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<fo:block-container height="2cm" width="18.5cm">
						<fo:table table-layout="fixed" height="12pt">
							<fo:table-column column-width="12.2cm"/>
							<fo:table-column column-width="1.1cm"/>
							<fo:table-column column-width="1.5cm"/>
							<fo:table-column column-width="0.9cm"/>
							<fo:table-column column-width="2.8cm"/>
				
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffff77" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">9
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">años</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffff77" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">3.322
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-weight="bold" font-size="9.5pt" text-align="justify">días</fo:block>
									</fo:table-cell>
									<fo:table-cell background-color="#ffff77" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">1
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">meses</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.2cm"></fo:table-row>
		
								<fo:table-row height="12pt">
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell></fo:table-cell>
									<fo:table-cell background-color="#ffff77" height="12pt">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">4
										</fo:block>
									</fo:table-cell>
									<fo:table-cell height="12pt" padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">días</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.4cm"></fo:table-row>
		
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<!--OTROS NUMEROS DE LA SEG. SOCIAL-->
					<fo:block-container height="8.25cm" width="18.4cm">
						<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
							Además del número de la Seguridad Social que se ha indicado en el primer párrafo del presente informe, que es el único que debe utilizar en sus
						</fo:block>
						<fo:block font-family="Arial" font-size="9.5pt" text-align="justify" padding-before="0.2cm">
							relaciones con la Seguridad Social, ha tenido Vd. otros números de la Seguridad Social que se indican a continuación:
						</fo:block>
						<!--Tabla de números-->
						<fo:table table-layout="fixed" height="8cm" padding-before="0.25cm">
							<fo:table-column column-width="18.4cm"/>
		
							<fo:table-body>
								<fo:table-row height="12pt">
									<fo:table-cell height="12pt" padding-left="0.3cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="left">
										101007836401
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
					</fo:block-container>

					<!--NOTAS-->
					<fo:block-container height="2.6cm" width="18.5cm">
						<fo:table table-layout="fixed" height="2.5cm" border-color="black" border-style="solid" border-width="0.2mm" >
							<fo:table-column column-width="18.5cm"/>
		
							<fo:table-body>
								<fo:table-row>
									<fo:table-cell padding-before="0.1cm" padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" text-align="justify">
										Cualquier duda o aclaración sobre este informe le sará atendida en el teléfono 901502050 en la web www.seg-social.es o cualquier Administración de la Seguridad 	Social.
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
								<fo:table-row>
									<fo:table-cell padding-before="0.1cm" padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" font-weight="bold" text-align="justify">
										La información sobre las situaciones indicadas no comprende ni los datos relativos a los Regímenes Especiales de los Funcionarios Civiles del Estado,
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
								<fo:table-row>
									<fo:table-cell padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" font-weight="bold" text-align="justify">
										de las Fuerzas Armadas y de los Funcionarios al servicio de la Administración de Justicia, ni los datos relativos a los períodos trabajados en el extranjero.
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
								<fo:table-row>
									<fo:table-cell padding-before="0.1cm" padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" text-align="justify">
										A los efectos previstos en el artículo 5 de la Ley orgánica 15/1999 de 13 de diciembre, de protección de datos de carácter personal se informa que los datos incorporados
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
								<fo:table-row>
									<fo:table-cell padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" text-align="justify">
										en el presente informe se encuentran incluídos en el Fichero General de Afiliación, creado por Orden de 27 de julio de 1994. Respecto a los citados datos podrá ejercitar 
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
								<fo:table-row>
									<fo:table-cell padding-left="0.1cm">
										<fo:block font-family="Arial" font-size="8pt" text-align="justify">
										los derechos de acceso, rectificación y cancelación en los términos previstos en dicha Ley Orgánica.
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
					</fo:block-container>
		
					<!--CODIFICACIONES INFORMÁTICAS-->
					<fo:block-container height="2cm" width="18.5cm" padding-before="0.9cm">
						<fo:table table-layout="fixed" height="0.45cm" border-color="black" border-style="solid" border-width="0.2mm" background-color="#ffe4ca">
							<fo:table-column column-width="18.5cm"/>
		
							<fo:table-body>
		
								<fo:table-row>
									<fo:table-cell padding-left="0.2cm" padding-before="-0.2cm">
										<fo:table table-layout="fixed" height="0.35cm" border-color="black" border-style="solid" border-width="0.2mm" background-color="#ffffff">
											<fo:table-column column-width="5.2cm"/>
						
											<fo:table-body>
												<fo:table-row>
													<fo:table-cell padding-left="0.1cm">
														<fo:block font-family="Arial" font-size="8pt" text-align="justify">
															CODIFICACIONES INFORMÁTICAS
														</fo:block>
													</fo:table-cell>
												</fo:table-row>
											</fo:table-body>
										</fo:table>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row>
									<fo:table-cell><fo:block></fo:block></fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
		
						<fo:table table-layout="fixed" height="0.85cm" border-color="black" border-style="solid" border-width="0.2mm" border-top-width="0mm">
							<fo:table-column column-width="4.5cm"/>
							<fo:table-column column-width="2.7cm"/>
							<fo:table-column column-width="2.6cm"/>
							<fo:table-column column-width="2.5cm"/>
							<fo:table-column column-width="3.4cm"/>
							<fo:table-column column-width="2.8cm"/>
		
							<fo:table-body>
								<fo:table-row height="0.35cm">
									<fo:table-cell padding-left="0.2cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											REFERENCIA:
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-left="0.2cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											FECHA:
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-left="0.2cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											HORA:
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-left="0.2cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											HUELLA:
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-left="0.2cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											SOLICITANTE:
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-left="0.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="justify">
											PÁGINA:
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
		
								<fo:table-row height="0.5cm">
									<fo:table-cell padding-top="0.05cm" padding-right="0.75cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											C070070400001
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-top="0.05cm" padding-right="0.3cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											23.04.2007
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-top="0.05cm" padding-right="0.6cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											09:15:56
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-top="0.05cm" padding-right="0.4cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											7PKJ8FG0
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-top="0.05cm" padding-right="0.5cm" border-right-color="black" border-right-style="solid" border-right-width="0.2mm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											INTERNET
										</fo:block>
									</fo:table-cell>
									<fo:table-cell padding-top="0.05cm" padding-right="1.2cm">
										<fo:block font-family="Arial" font-size="9.5pt" text-align="right">
											<fo:page-number/>
										</fo:block>
									</fo:table-cell>
								</fo:table-row>
							</fo:table-body>
						</fo:table>
						<fo:block font-family="Arial" font-size="7pt" text-align="justify">
							Este documento no será válido sin las codificaciones informáticas.
						</fo:block>
					</fo:block-container>
		        </fo:flow>
		    </fo:page-sequence>
	</fo:root>
	</xsl:template>
</xsl:stylesheet>
<!--<!DOCTYPE configuration SYSTEM "config.dtd">-->
<!-- 
     this file contains templates which allow an user easy 
     configuration of Fop. Actually normally you don't need this configuration 
     file, but if you need to change configuration, you should
     always use this file and *not* config.xml. 
     Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file
-->
<configuration>
	<!--  
baseDir: normally the base directory is the directory where the fo file is 
         located. if you want to specify your own, uncomment this entry.
         This value can also be a URL. Actually, the value is converted to 
         a URL.
-->
	<!-- 
  <entry>
    <key>baseDir</key>
    <value></value>
  </entry>
-->
	<!--  
fontBaseDir: Similar to baseDir, except that this value is used for fonts. If
         it isn't specified, the value from baseDir is used.
-->
	<!-- 
  <entry>
    <key>fontBaseDir</key>
    <value></value>
  </entry>
-->
	<!--
************************************************************************
                        HYPHENATION 
************************************************************************
-->

<!--
************************************************************************
  Add fonts here
************************************************************************
-->
	<fonts>
		<!-- example -->
		<font metrics-file="arial-narrow.xml" kerning="yes" embed-file="arialn.ttf">
			<font-triplet name="Arial" style="normal" weight="normal"/>
			<font-triplet name="ArialMT" style="normal" weight="normal"/>
		</font>
		<font metrics-file="arial-narrow-bold.xml" kerning="yes" embed-file="arialnb.ttf">
			<font-triplet name="Arial" style="normal" weight="bold"/>
			<font-triplet name="ArialMT" style="normal" weight="bold"/>
		</font>
		<font metrics-file="arial-black.xml" kerning="yes" embed-file="ariblk.ttf">
			<font-triplet name="ArialBlack" style="normal" weight="bold"/>
			<font-triplet name="ArialBMT" style="normal" weight="bold"/>
		</font>
	</fonts>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to