xsl espace de nom par defaut

xsl espace de nom par defaut - XML/XSL - Programmation

Marsh Posté le 13-09-2006 à 12:47:26    

Je n'arrive pas à utiliser ma XSL avec un xml dont le espace de nom est défini par défaut :  
 
Le XML

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type='text/xsl' href='transform.xsl'?>
  3. <getPositionTreeReply xmlns="http//Services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http//Services.xsd">


 
Le XSL

Code :
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform " xmlns:sop="http//Services" version="1.0">
  3. <xsl:output method="html"/>
  4. <xsl:template match="/">
  5. <xsl:apply-templates select="sop:getPositionTreeReply/getPositionTreeSuccess/positionTree/portfolioId"/>
  6. [..]
  7. <xsl:template match="sop:getPositionTreeReply/getPositionTreeSuccess/positionTree/portfolioId">

Reply

Marsh Posté le 13-09-2006 à 12:47:26   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed