Oxygen XML Editor
 
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] xsl:id() function does not work though my document has dtd associated


Subject: [xsl] xsl:id() function does not work though my document has dtd associated
From: "Ranjan K. Baisak" <ranjanbaisak@xxxxxxxxx>
Date: Wed, 1 Jun 2005 00:57:27 -0700 (PDT)

My Document has dtd associated, but still the id()
function does not seem to work.
Can anybody suggest me what might be wrong.
I am creating Document as below:

DOMImplementation domImpl =
dbf.newDocumentBuilder().getDOMImplementation();
DocumentType docType =
domImpl.createDocumentType("project","\"-//Test//Project
1.0//EN\"","c:/test/dtd/test.dtd");
Document newDoc =
domImpl.createDocument(null,"project",docType);

regards,
Ranjan


		
__________________________________ 
Discover Yahoo! 
Get on-the-go sports scores, stock quotes, news and more. Check it out! 
http://discover.yahoo.com/mobile.html


Current Thread
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor