Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Novice XML Question

Featured Replies

The code line 

 

<GaugeString>%((A:Plane heading degrees gyro,degrees))%!03d!</GaugeString>

 

  is used to generate a heading value that is to be displayed on an a/c PFD.

 

I wanted to reduce the value displayed by one degree and thought the following would work, but it doesn't:

 

<GaugeString>%((A:Plane heading degrees gyro,degrees) 1-)%!03d!</GaugeString> .

 

My understanding is the !03d! code section formats the result to 3 digits, and I thought my addition in red would reduce the heading value by 1 before that took place. Clearly I don't understand something basic here. Would appreciate any advice.

 

Would also appreciate recommendations for a good online XML tutorial.

 

Thx,

Al

 

  • Author

Bert,

That solved the problem. I would have sworn I had tried that first, but apparently not.

Thanks!

Al

I think you could also use -- (ie. decrement) instead of 1 - 

Barry Friedman

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.