Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
MixinXRef assembly-directory output-directory [custom-remotion-reflector-qualified-name]
  • The assembly directory contains the assemblies for analysis; all dependencies must resolve.
  • If pages already exist in the output directory, MixinXRef asks for confirmation for overwriting these files
  • A custom remotion reflector is an implementation for an IRemotionReflector, i.e. a module for interpreting the mixin configuration. You won't need this unless the current API for mixin discovery changes or you change it for your project.

The directory xml_utilities must exist in the same directory where MixinXRef.exe is located. The xml_utilities contains XSLT style-sheets, the saxon XSLT processor and the resources directory (for .css, Javascript, pictures).

...

Technologies, dependencies

  • .NET reflection and mixin reflection (re-mix)
  • LINQ to XML
  • XSLT 20.0 (Saxon XSLT processor)
  • JavaScript, JQuery (tablesorter, tablepager, cookies, etc.)

Adapting MixinXRef

Configuring XML formatting

...