• Structured Authoring

    Posted on August 17th, 2010

    Written by douglaspaulwade

    Tags

    Properly Removing Attributes

    Often elements will have attributes, which are extra bits of information. Attributes appear inside the opening tag and their value is always inside quotation marks. They look something like this: <tagname attribute="value">content</tagname> Often, writers will remove the value, but not the attribute. The proper way is to delete the unnecessary attribute. Improper Method of Deleting [...]

  • Podcast, Structured Authoring

    Posted on November 10th, 2009

    Written by douglaspaulwade

    Tags

    ,

    PubWright Podcast

    My friend Liz Fraley of Single-Sourcing Solutions asked to interview me in a podcast. We have chatted over the last few months on how we wanted to do this. I knew I want to, I needed to learn that medium. So, we played with some technology, and using Skype, and recorders on both ends and [...]

  • ACL, Arbortext Editor, Perl, Structured Authoring

    Posted on November 9th, 2009

    Written by douglaspaulwade

    Tags

    ,

    Wiki Help Files

    One thing that I think about all the time is how to improve documentation. One thing I would like to have is documentation that is context sensitive in Arbortext and collaborative.  At work we have a style guide which determines “what” we are to do but rather than “how” to do it.  Many years ago, [...]

  • ACL, Structured Authoring

    Posted on November 5th, 2009

    Written by douglaspaulwade

    Tags

    ,

    Removing Unused Graphics

    In SGML files graphics are declared. Once they are declared they can be referenced in elements such as <graphic> or whatever your DTD declares. Often during the development of the files, some graphic declarations are created but never used. It is a good practice to remove graphic declarations that are not required. I came across [...]

  • ACL, Arbortext Editor, Structured Authoring

    Posted on November 4th, 2009

    Written by douglaspaulwade

    Tags

    , ,

    Starting with Arbortext’s ACL Language – Part 4

    ACL, Arbortext’s Command Language, it is similar to Perl which is the programming language I prefer. See Part 1, Part 2 and Part 3. Arrays Arrays are special variables with multiple “compartments”. Each compartment holds a value. Arrays consist of names and indexes. ACL has two types of one-dimensional arrays: Normal arrays are indexed by [...]

  • ACL, Structured Authoring

    Posted on October 29th, 2009

    Written by douglaspaulwade

    Tags

    ,

    Starting with Arbortext’s ACL Language – Part 3

    ACL is Arbortext’s Command Language. It is similar to Perl, which I really like. See Part 1 and Part 2. Variables A variable is a keyword or phrase that is linked to a “value” stored in memory or an expression that can be evaluated. For instance, a variable might be called “total_count” and contains a [...]

  • Arbortext Editor, Structured Authoring

    Posted on October 28th, 2009

    Written by douglaspaulwade

    Tags

    , , ,

    Arbortext Editor Tip – Easy Column Selection

    Using Arbortext Editor, selecting a column can take some time. This tip is a quick and easy way to select the entire column. As well as, performance will be better when the table is collapsed or in view markup mode.

  • Arbortext Editor, Structured Authoring

    Posted on October 27th, 2009

    Written by douglaspaulwade

    Tags

    , , ,

    Arbortext Editor Tip – Multiple Paste

    A tip showing how to paste a single object like a cross reference from one cell into multiple cells of a table in Arbortext Editor.

  • Structured Authoring, XSLT

    Posted on August 13th, 2009

    Written by douglaspaulwade

    Tags

    XSLT – Converting a Document to Change All Text

    Using XSLT, I want to display some examples, however, not show you the original text. My sample file is a real-world example, but the content is a distraction. This simple transformation will convert all of the text nodes (document text) to x’s. During the transformation, the XSLT stylesheet will convert, all the capital, lowercase letters [...]

  • Structured Authoring

    Posted on July 3rd, 2009

    Written by douglaspaulwade

    Tags

    Using Windows Live Writer

    I have been way too busy these last couple of weeks, so I have not been able to add more tips and the likes to the site. But, I have a three day weekend and would like to add some new articles and from my reading from my RSS feeds, I came across a listing [...]

  • Older Posts Yeah! There are more posts, check them out.