xsl-list
[Top] [All Lists]

FW: [xsl] Namespaces and XSD

2014-12-18 15:07:31
Try using exclude-result-prefixes in the stylesheet to suppress namespace 
information in the output.  For example, this is at the top of our stylesheet 
that we use to process xml that’s output from filemaker pro with an fmp: 
namespace.

<xsl:stylesheet 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.1"
xmlns:fmp="http://www.filemaker.com/fmpxmlresult";
xmlns="http://www.w3.org/1999/xhtml";
exclude-result-prefixes="fmp">

 
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • FW: [xsl] Namespaces and XSD, Michele R Combs mrrothen(_at_)syr(_dot_)edu <=