[mythtv-firehose] mythtv/master commit: 1ceab851b by David Blain (dblain)

MythTV noreply at mythtv.org
Wed Mar 7 20:37:27 UTC 2012


      Author:  David Blain <dblain at mythtv.org>
 Change Date:  2012-03-07T12:29:56-08:00
   Push Date:  2012/03/07 12:37:13 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  1ceab851bd147e2fa344df414433fde3af430c7f
   Changeset:  https://github.com/MythTV/mythtv/commit/1ceab851b

Log:

Add link to disable xslt translation of xsd in browsers
(also cleaned up display of array types).

By default, the xsd & wsdl include xml processing instructions
to tell a browser to use a specific xslt file to translate the
schema into html.

I was not able to figure out how to instruct the browser to
ignore this xslt, so I added a query string parameter that
would stop the server from adding the processing instruction.

This parameter is only needed in a browser.  Any schema tools
should be able to use the plan url since it will ignore the
processing instruction.

Modified:

   mythtv/html/xslt/class.xslt
   mythtv/libs/libmythupnp/xsd.cpp



More information about the mythtv-firehose mailing list