xsl-list
[Top] [All Lists]

RE: [xsl] Add namespace to element name itself

2008-11-18 07:44:28
 Required output XML,
      <item-info>
              <ce:jid>YFMIC</jid>
              <ce:aid>1120</aid>
              <ce:pii>S0740-0020(08)00080-4</ce:pii>
              <ce:doi>10.1016/j.fm.2008.04.010</ce:doi>
              <ce:copyright type="unknown" year="2008"/>
      </item-info>

That's not well-formed XML (the ce namespace prefix is not declared), so it
can't be created using XSLT.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--