[Home] [By Thread] [By Date] [Recent Entries]

Subject: FW: Namespaces and XSD
From: "Michele R Combs mrrothen@xxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Dec 2014 21:07:19 -0000
Try using exclude-result-prefixes in the stylesheet to suppress namespace
information in the output.B  For example, this is at the top of our stylesheet
that we use to process xml thatbs 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">

Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member